Skip to content

Commit

Permalink
libcurl>8.2.1 with NumCosmo
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinfan1996 authored Sep 17, 2023
1 parent 459b0fe commit ab71b8b
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
conda install -c conda-forge numcosmo libcurl>8.2.1
- 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 libcurl>8.2.1
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 ab71b8b

Please sign in to comment.