Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello-Sega authored Sep 4, 2024
1 parent 4b677f4 commit 7425b56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
python-version: ${{ matrix.python-version }}
- if: ${{ matrix.numpy-version}}
run: python -m pip install numpy==${{ matrix.numpy-version }}
- if: runner.os == 'Linux'
run: |
sudo apt update
sudo apt-get update
sudo apt-get -y install libopenblas-dev
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 7425b56

Please sign in to comment.