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 0bfcfb2 commit 7a4a727Copy full SHA for 7a4a727
.github/workflows/publish.yml
@@ -36,7 +36,7 @@ jobs:
36
use-mamba: true
37
- name: Create environment
38
run: |
39
- mamba create -v -q -n numcosmo numcosmo jupyter
+ mamba create -v -q -n numcosmo numcosmo jupyter nbformat
40
- name: Activate environment
41
run: conda activate numcosmo
42
- name: Render and Publish
0 commit comments