We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f4c07 commit 745cc28Copy full SHA for 745cc28
.github/workflows/publish.yml
@@ -34,7 +34,7 @@ jobs:
34
show-channel-urls: true
35
use-mamba: true
36
- name: Create environment
37
- run: mamba create -v -q -n numcosmo numcosmo jupyter nbformat
+ run: mamba create -v -q -n numcosmo numcosmo jupyter nbformat pandas plotnine
38
- name: Activate Conda Environment
39
run: conda activate numcosmo
40
- name: Quarto Render
0 commit comments