Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Dec 28, 2023
1 parent 4f24734 commit a8578a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_blas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements/all.txt
pip install git+https://github.com/rgommers/meson.git@dependency-openblas
pip install git+https://github.com/numpy/meson.git@main-numpymeson
sudo apt-get install liblapack-dev pkg-config
- name: Build
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Install PyPI dependencies
run: |
pip install --break-system-packages -r requirements/build.txt
pip install --break-system-packages git+https://github.com/rgommers/meson.git@dependency-openblas
pip install --break-system-packages git+https://github.com/numpy/meson.git@main-numpymeson
- name: Build
run: |
Expand Down

0 comments on commit a8578a7

Please sign in to comment.