Skip to content

Commit

Permalink
Github actions: explicitly install pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm committed Dec 22, 2021
1 parent 1747676 commit 746efb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
# Install dependencies for tests
# numpy is used in sphinx tests
sudo docker exec storm bash -c "cd /opt; source venv/bin/activate; pip install numpy"
sudo docker exec storm bash -c "cd /opt; source venv/bin/activate; pip install pytest"
sudo docker exec storm bash -c "cd /opt; source venv/bin/activate; cd /opt/stormpy; python setup.py test"
deploy:
Expand Down Expand Up @@ -163,6 +164,7 @@ jobs:
# Install dependencies for tests
# numpy is used in sphinx tests
sudo docker exec storm bash -c "cd /opt; source venv/bin/activate; pip install numpy"
sudo docker exec storm bash -c "cd /opt; source venv/bin/activate; pip install pytest"
sudo docker exec storm bash -c "cd /opt; source venv/bin/activate; cd /opt/stormpy; python setup.py test"
- name: Deploy stormpy
Expand Down

0 comments on commit 746efb5

Please sign in to comment.