Skip to content

Commit 7d56883

Browse files
author
Meghan Jones
authored
Use conda for docs workflow (#3)
1 parent 0bbe24b commit 7d56883

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/docs.yml

+5-9
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,19 @@ jobs:
2424
- name: Checkout
2525
uses: actions/[email protected]
2626

27-
# Install Mambaforge with conda-forge dependencies
28-
- name: Setup Mambaforge
27+
# Setup Miniconda
28+
- name: Setup Miniconda
2929
uses: conda-incubator/[email protected]
3030
with:
3131
activate-environment: gmt-examples
3232
environment-file: environment.yml
3333
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"
4036

4137
# Show installed pkg information for postmortem diagnostic
4238
- name: List installed packages
43-
run: mamba list
39+
run: conda list
4440

4541
- name: Build the website
4642
run: make -C docs clean html

0 commit comments

Comments
 (0)