Skip to content

Commit

Permalink
revert to original cosmosis install from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Nov 29, 2024
1 parent c2541e0 commit 80cdadd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ jobs:
- name: Install python dependencies
run: |
python -m pip install --upgrade pip wheel setuptools
pip install "git+https://github.com/joezuntz/cosmosis@numpy2" "nautilus-sampler==1.0.1" "scipy" "numpy>=2"
pip install cosmosis "nautilus-sampler==1.0.1" "scipy" "numpy>=2"
pip install -v --no-cache-dir --no-binary=mpi4py,camb mpi4py camb
pip install astropy fast-pt "Cython>=3.0" jupyter sacc "act_dr6_lenslike>=1.0.2" "git+https://github.com/carronj/planck_PR4_lensing"
pip install astropy fast-pt "Cython>=3.0" jupyter sacc "act_dr6_lenslike>=1.0.2" "git+https://github.com/carronj/planck_PR4_lensing"
- name: Install recent python dependencies
if: ${{ (matrix.python-version != '3.7') && (matrix.python-version != '3.8') }}
Expand Down

0 comments on commit 80cdadd

Please sign in to comment.