Skip to content

Commit

Permalink
Install wheel for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 28, 2023
1 parent 9279791 commit 98e0754
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
sudo pip3 install --upgrade pip
sudo pip3 install pytest nose2 mock
pip3 wheel $(grep -o -P '(https://.*.tar.gz)' requirements.txt)
pip3 install libqfieldsync-*.whl
xvfb-run pytest
release:
Expand Down

0 comments on commit 98e0754

Please sign in to comment.