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 7a4a727 commit e077510Copy full SHA for e077510
.github/workflows/publish.yml
@@ -28,15 +28,15 @@ jobs:
28
- name: Setup miniforge
29
uses: conda-incubator/setup-miniconda@v3
30
with:
31
+ auto-activate-base: true
32
+ activate-environment: ""
33
auto-update-conda: true
- activate-environment: numcosmo
34
python-version: ${{ matrix.python-version }}
35
miniforge-variant: Mambaforge
36
show-channel-urls: true
37
use-mamba: true
38
- name: Create environment
- run: |
39
- mamba create -v -q -n numcosmo numcosmo jupyter nbformat
+ run: mamba install numcosmo jupyter nbformat
40
- name: Activate environment
41
run: conda activate numcosmo
42
- name: Render and Publish
0 commit comments