Skip to content

Commit

Permalink
Install CCL first
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinfan1996 authored Sep 17, 2023
1 parent 3700a99 commit 5287bce
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:
- name: Install the package
run: |
pip install .
- name: Install CCL from source
run: |
conda install -c conda-forge cmake swig "cmake>=3.27"
git clone https://github.com/LSSTDESC/CCL
cd CCL
git checkout v3.0.0
pip install .
- name: Install NumCosmo from conda-forge
run: |
conda install -c conda-forge numcosmo
Expand All @@ -31,13 +38,6 @@ jobs:
git clone https://github.com/tmcclintock/cluster_toolkit.git
cd cluster_toolkit
pip install .
- name: Install CCL from source
run: |
conda install -c conda-forge cmake swig "cmake>=3.27"
git clone https://github.com/LSSTDESC/CCL
cd CCL
git checkout v3.0.0
pip install .
- name: Analysing the code with pylint
run: |
pip install pylint
Expand Down

0 comments on commit 5287bce

Please sign in to comment.