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 f5c3320 commit a6fa9a1Copy full SHA for a6fa9a1
.github/workflows/publish.yml
@@ -32,9 +32,11 @@ jobs:
32
auto-update-conda: true
33
activate-environment: numcosmo
34
python-version: ${{ matrix.python-version }}
35
- miniforge-variant: Mambaforge
+ mamba-version: "*"
36
show-channel-urls: true
37
use-mamba: true
38
+ conda-remove-defaults: true
39
+ miniforge-version: latest
40
- name: Create environment
41
run: mamba create -v -q -n numcosmo numcosmo jupyter nbformat pandas plotnine "getdist>=1.5.1"
42
- name: Activate Conda Environment
0 commit comments