Skip to content

Commit

Permalink
classy: test: is cobaya.install.pip_install failing?
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusTorrado committed Mar 4, 2025
1 parent 912d8f8 commit 31a9a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Install dependencies (pip)
if: matrix.pydist != 'ANACONDA'
run: |
pip install -r requirements.txt pytest-xdist pytest-cov flaky matplotlib coverage iminuit numba camb
pip install -r requirements.txt pytest-xdist pytest-cov flaky matplotlib coverage iminuit numba cython
- name: Install mpi
if: matrix.pydist != 'ANACONDA' && matrix.os != 'windows-latest'
Expand Down

0 comments on commit 31a9a81

Please sign in to comment.