Skip to content

Commit a6fa9a1

Browse files
committed
Updated workflow.
1 parent f5c3320 commit a6fa9a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ jobs:
3232
auto-update-conda: true
3333
activate-environment: numcosmo
3434
python-version: ${{ matrix.python-version }}
35-
miniforge-variant: Mambaforge
35+
mamba-version: "*"
3636
show-channel-urls: true
3737
use-mamba: true
38+
conda-remove-defaults: true
39+
miniforge-version: latest
3840
- name: Create environment
3941
run: mamba create -v -q -n numcosmo numcosmo jupyter nbformat pandas plotnine "getdist>=1.5.1"
4042
- name: Activate Conda Environment

0 commit comments

Comments
 (0)