Skip to content

Commit

Permalink
See about using the distribution's scipy and friends
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Aug 3, 2024
1 parent 4d426d6 commit 9889029
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -27,8 +27,8 @@ jobs:
githubToken: ${{ github.token }}
install: |
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
apt-get install -y libopenblas-dev libatlas-base-dev liblapack-dev gfortran libgmp-dev libmpfr-dev libsuitesparse-dev ccache libmpc-dev python3 python3-pip python3-scipy python3-matplotlib python3-numpy python3-pandas
run: |
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"
pip3 install -r requirements_test_multiarch.txt --break-system-packages
pytest . -v -m "not online and not thermo and not numba"
9 changes: 9 additions & 0 deletions requirements_test_multiarch.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pytest
pytest-cov
sympy
thefuzz
pint
pytz
IPython
sphinx
wheel

0 comments on commit 9889029

Please sign in to comment.