Skip to content

Commit

Permalink
Pursue using system packages for now
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Aug 3, 2024
1 parent 9faaf2e commit c41d659
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
apt-get update
apt-get install -y libopenblas-dev libatlas-base-dev liblapack-dev gfortran libgmp-dev libmpfr-dev libsuitesparse-dev ccache libmpc-dev python3 python3-pip
run: |
python3 -m pip install --upgrade pip
python3 -m pip install wheel
pip3 install -r requirements_test.txt
python3 -m pip install --upgrade pip --break-system-packages
python3 -m pip install wheel --break-system-packages
pip3 install -r requirements_test.txt --break-system-packages
pytest . -v -m "not online and not thermo"

0 comments on commit c41d659

Please sign in to comment.