Skip to content

Commit

Permalink
Require numcosmo 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed Nov 25, 2024
1 parent a6fa9a1 commit 6b6e455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
conda-remove-defaults: true
miniforge-version: latest
- name: Create environment
run: mamba create -v -q -n numcosmo numcosmo jupyter nbformat pandas plotnine "getdist>=1.5.1"
run: mamba create -v -q -n numcosmo "numcosmo>=0.23.0" jupyter nbformat pandas plotnine "getdist>=1.5.1"
- name: Activate Conda Environment
run: conda activate numcosmo
- name: Quarto Render
Expand Down

0 comments on commit 6b6e455

Please sign in to comment.