Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanf committed Jan 19, 2025
1 parent 4c4d261 commit bc7af90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: sudo apt-get install liblapack-dev
run: sudo apt-get -y install liblapack-dev libbz2-dev
if: matrix.os == 'ubuntu-latest'
- name: Build
run: |
Expand Down

0 comments on commit bc7af90

Please sign in to comment.