Skip to content

Commit

Permalink
"libcurl>8.2.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinfan1996 authored Sep 17, 2023
1 parent ab71b8b commit 27448ee
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 @@ -25,15 +25,15 @@ jobs:
pip install .
- name: Install NumCosmo from conda-forge
run: |
conda install -c conda-forge numcosmo libcurl>8.2.1
conda install -c conda-forge numcosmo
- name: Install cluster_toolkit from source
run: |
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
conda install -c conda-forge cmake swig "libcurl>8.2.1"
git clone https://github.com/LSSTDESC/CCL
cd CCL
git checkout v3.0.0
Expand Down

0 comments on commit 27448ee

Please sign in to comment.