Skip to content

Commit

Permalink
Requiring getdist>=1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed Aug 29, 2024
1 parent bb7daad commit 9b6f9f7
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 @@ -34,7 +34,7 @@ jobs:
show-channel-urls: true
use-mamba: true
- name: Create environment
run: mamba create -v -q -n numcosmo numcosmo jupyter nbformat pandas plotnine getdist
run: mamba create -v -q -n numcosmo numcosmo 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 9b6f9f7

Please sign in to comment.