Skip to content

Commit

Permalink
pip3 --break-system-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br committed Jun 18, 2024
1 parent 89d9e07 commit 61bbdee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_cirun_graviton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
- name: Install python dependencies
run: |
pip3 install "numpy<2" meson meson-python ninja build asv virtualenv
pip3 install "numpy<2" meson meson-python ninja build asv virtualenv --break-system-packages
# pip3 install scipy_openblas32
# install the nightly OpenBLAS wheel
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scipy-openblas32
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scipy-openblas32 --break-system-packages
python3 -c'import scipy_openblas32 as so; print(so.get_pkg_config())' > scipy_openblas.pc
export PKG_CONFIG_PATH=$PWD
echo ">>>> PKG_CONFIG" $PKG_CONFIG_PATH
Expand Down

0 comments on commit 61bbdee

Please sign in to comment.