Skip to content

Commit

Permalink
Update Testbase.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seb5g committed Oct 29, 2024
1 parent 3503d0b commit 89a79a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Testbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sudo apt install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils libgl1 libegl1
python -m pip install --upgrade pip
export QT_DEBUG_PLUGINS=1
pip install flake8 pytest pytest-cov pytest-qt pytest-xvfb setuptools wheel numpy h5py ${{ inputs.qt5 }}
pip install flake8 pytest pytest-cov pytest-qt pytest-xdist pytest-xvfb setuptools wheel numpy h5py ${{ inputs.qt5 }}
git branch
pip install -e .
- name: create local pymodaq folder and setting permissions
Expand All @@ -41,7 +41,7 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude=docs
- name: Test with pytest
run: |
pytest --cov=pymodaq --cov-report=xml
pytest --cov=pymodaq --cov-report=xml -n auto
- name: Upload coverage to codecov.io
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 89a79a5

Please sign in to comment.