Skip to content

Commit e077510

Browse files
committed
Testing different mamba usage.
1 parent 7a4a727 commit e077510

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
- name: Setup miniforge
2929
uses: conda-incubator/setup-miniconda@v3
3030
with:
31+
auto-activate-base: true
32+
activate-environment: ""
3133
auto-update-conda: true
32-
activate-environment: numcosmo
3334
python-version: ${{ matrix.python-version }}
3435
miniforge-variant: Mambaforge
3536
show-channel-urls: true
3637
use-mamba: true
3738
- name: Create environment
38-
run: |
39-
mamba create -v -q -n numcosmo numcosmo jupyter nbformat
39+
run: mamba install numcosmo jupyter nbformat
4040
- name: Activate environment
4141
run: conda activate numcosmo
4242
- name: Render and Publish

0 commit comments

Comments
 (0)