Skip to content

Commit 745cc28

Browse files
committed
Adding missing dependencies
1 parent 49f4c07 commit 745cc28

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
37+
run: mamba create -v -q -n numcosmo numcosmo jupyter nbformat pandas plotnine
3838
- name: Activate Conda Environment
3939
run: conda activate numcosmo
4040
- name: Quarto Render

0 commit comments

Comments
 (0)