Skip to content

Commit

Permalink
Fix dependency installation in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiserls committed Oct 16, 2023
1 parent cac330c commit 30ae73a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
run: poetry --version
- name: Install amici dependencies
run: |
sudo apt update
sudo apt install -y swig
sudo apt install -y libblas-dev
sudo apt install -y libatlas-base-dev
Expand Down

0 comments on commit 30ae73a

Please sign in to comment.