Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Aug 3, 2024
1 parent 8b2c121 commit 4d426d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ 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 --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 4d426d6

Please sign in to comment.