Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rbreu committed Dec 27, 2023
1 parent ce5786a commit 600a2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sudo apt install xvfb
python -m pip install --upgrade pip
mv beeref beeref_src # We want to test against installed package
pip install beeref_src --target beeref
pip install ./beeref_src --target beeref
pip install -r requirements/test.txt
pip install pyQt6==${{ matrix.pyqt-version }} pyQt6-Qt6==${{ matrix.pyqt-version }} --upgrade
- name: Run Unittests with pytest
Expand Down

0 comments on commit 600a2ea

Please sign in to comment.