[actions] last try for today
This commit is contained in:
parent
396dacd96c
commit
f7b4a4ed9f
4
.github/workflows/python-app.yml
vendored
4
.github/workflows/python-app.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt install -y xvfb x11-utils libxkbcommon-x11-0
|
sudo apt install -y xvfb x11-utils libxkbcommon-x11-0
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install flake8 pyqt5 pytest coverage pytest-qt nixio matplotlib ipython
|
pip install flake8 pyqt5 pytest pytest-qt nixio matplotlib ipython
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
- name: Lint with flake8
|
- name: Lint with flake8
|
||||||
run: |
|
run: |
|
||||||
@ -35,5 +35,5 @@ jobs:
|
|||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
ulimit -c unlimited
|
ulimit -c unlimited
|
||||||
sudo catchsegv xvfb-run --auto-servernum `which coverage` run -m pytest
|
sudo catchsegv xvfb-run --auto-servernum `which pytest` run -m pytest
|
||||||
pytest nixview
|
pytest nixview
|
||||||
|
Loading…
Reference in New Issue
Block a user