Skip to content

Commit

Permalink
add deps to the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Dec 10, 2024
1 parent c714628 commit 052426c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
pip install "numpy>=2"
fi
pip install -vv .
pip install --no-binary=mpi4py mpi4py astropy pytest pytest-cov getdist
pip install --no-binary=mpi4py mpi4py astropy pytest pytest-cov getdist derivative numdifftools
- name: Install PocoMC
if: matrix.python-version != '3.7'
Expand Down

0 comments on commit 052426c

Please sign in to comment.