Skip to content

Commit

Permalink
install ccl with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aguena committed Jun 19, 2024
1 parent 85a29ca commit 1f9acb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
git clone https://github.com/tmcclintock/cluster_toolkit.git
cd cluster_toolkit
pip install .
- name: Install CCL from source
- name: Install CCL
run: |
conda install -c conda-forge cmake swig --override-channels
conda install -c conda-forge pyccl=3.0
pip install pyccl==3.0
- name: Analysing the code with pylint
run: |
pip install pylint
Expand Down

0 comments on commit 1f9acb7

Please sign in to comment.