File tree 1 file changed +5
-9
lines changed
1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -24,23 +24,19 @@ jobs:
24
24
- name : Checkout
25
25
26
26
27
- # Install Mambaforge with conda-forge dependencies
28
- - name : Setup Mambaforge
27
+ # Setup Miniconda
28
+ - name : Setup Miniconda
29
29
uses :
conda-incubator/[email protected]
30
30
with :
31
31
activate-environment : gmt-examples
32
32
environment-file : environment.yml
33
33
python-version : 3.9
34
- channels : conda-forge,nodefaults
35
- channel-priority : strict
36
- miniforge-version : latest
37
- miniforge-variant : Mambaforge
38
- mamba-version : " *"
39
- use-mamba : true
34
+ channels : conda-forge
35
+ miniconda-version : " latest"
40
36
41
37
# Show installed pkg information for postmortem diagnostic
42
38
- name : List installed packages
43
- run : mamba list
39
+ run : conda list
44
40
45
41
- name : Build the website
46
42
run : make -C docs clean html
You can’t perform that action at this time.
0 commit comments