Skip to content

Commit

Permalink
Add apt-get update to avoid dev deps install failures
Browse files Browse the repository at this point in the history
  • Loading branch information
rbaltrusch committed Jun 22, 2024
1 parent 57d104a commit cbcc877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Install test dependencies
working-directory: tests
run: |
sudo apt-get install
sudo apt install libopenblas-dev # scipy
pip install -r requirements.txt
- name: Test with pytest
Expand Down

0 comments on commit cbcc877

Please sign in to comment.