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 686d5a0 commit 2ce554fCopy full SHA for 2ce554f
.github/workflows/publish.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Create environment
37
run: mamba create -v -q -n numcosmo numcosmo jupyter nbformat
38
- name: Activate Conda Environment
39
- run: source activate numcosmo
+ run: conda activate numcosmo
40
- name: Render and Publish
41
uses: quarto-dev/quarto-actions/publish@v2
42
with:
0 commit comments