Skip to content

Commit

Permalink
Move up "Install CCL"
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinfan1996 authored Jul 16, 2024
1 parent d1bf0a1 commit d9e856b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
- name: Install the package
run: |
pip install .
- name: Install CCL from source
run: |
conda install -c conda-forge cmake swig setuptools_scm
git clone https://github.com/LSSTDESC/CCL
cd CCL
pip install --no-use-pep517 .
- name: Install NumCosmo from conda-forge
run: |
conda install -c conda-forge numcosmo
Expand All @@ -31,12 +37,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 setuptools_scm
git clone https://github.com/LSSTDESC/CCL
cd CCL
pip install --no-use-pep517 .
- name: Analysing the code with pylint
run: |
pip install pylint
Expand Down

0 comments on commit d9e856b

Please sign in to comment.