Skip to content

Commit

Permalink
Fix classy installation (#1109)
Browse files Browse the repository at this point in the history
* Install classy separately
  • Loading branch information
hsinfan1996 committed Jul 20, 2023
1 parent 86125b0 commit dd2aa5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ dependencies:
- pytest
- pytest-cov
- pip:
- classy<3
#- classy<3
- velocileptors @ git+https://github.com/sfschen/velocileptors
- baccoemu @ git+https://bitbucket.org/rangulo/baccoemu.git@master
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ jobs:
export MAMBA_NO_BANNER=1 # hide mamba banner from output
mamba env update --file ${{ env.CONDA_ENV }} --prune
- name: Install classy
run: |
pip install 'setuptools' 'wheel' 'numpy>=1.19.0' 'Cython>=0.29.21,<3' # for classy
pip install --no-build-isolation classy==2.9.4
- name: Install CCL
run: pip install -e .

Expand Down

0 comments on commit dd2aa5e

Please sign in to comment.