Skip to content

Commit bb7daad

Browse files
committed
Adding missing dependencies
1 parent 745cc28 commit bb7daad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
show-channel-urls: true
3535
use-mamba: true
3636
- name: Create environment
37-
run: mamba create -v -q -n numcosmo numcosmo jupyter nbformat pandas plotnine
37+
run: mamba create -v -q -n numcosmo numcosmo jupyter nbformat pandas plotnine getdist
3838
- name: Activate Conda Environment
3939
run: conda activate numcosmo
4040
- name: Quarto Render

0 commit comments

Comments
 (0)