We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fa9a1 commit 6b6e455Copy full SHA for 6b6e455
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
conda-remove-defaults: true
39
miniforge-version: latest
40
- name: Create environment
41
- 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"
42
- name: Activate Conda Environment
43
run: conda activate numcosmo
44
- name: Quarto Render
0 commit comments