Skip to content

Commit

Permalink
Remove "cmake>=3.27"
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinfan1996 authored Sep 17, 2023
1 parent 5287bce commit 2c9fce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install .
- name: Install CCL from source
run: |
conda install -c conda-forge cmake swig "cmake>=3.27"
conda install -c conda-forge cmake swig
git clone https://github.com/LSSTDESC/CCL
cd CCL
git checkout v3.0.0
Expand Down

0 comments on commit 2c9fce3

Please sign in to comment.