From f7b4a4ed9f273e287368a28399eca6b844fffc75 Mon Sep 17 00:00:00 2001 From: Jan Grewe Date: Sat, 6 Feb 2021 14:28:00 +0100 Subject: [PATCH] [actions] last try for today --- .github/workflows/python-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 9e3d9ad..a8189c9 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -24,7 +24,7 @@ jobs: run: | sudo apt install -y xvfb x11-utils libxkbcommon-x11-0 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 - name: Lint with flake8 run: | @@ -35,5 +35,5 @@ jobs: - name: Test with pytest run: | 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