Skip to content

Commit

Permalink
Fix apt-get update command
Browse files Browse the repository at this point in the history
  • Loading branch information
rbaltrusch committed Jun 22, 2024
1 parent cbcc877 commit 8da0fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Install test dependencies
working-directory: tests
run: |
sudo apt-get install
sudo apt install libopenblas-dev # scipy
sudo apt-get update
sudo apt-get install libopenblas-dev # scipy
pip install -r requirements.txt
- name: Test with pytest
working-directory: tests
Expand Down

0 comments on commit 8da0fd3

Please sign in to comment.