Skip to content

Commit

Permalink
Chg GHA docs linkcheck workflow to use mambaforge
Browse files Browse the repository at this point in the history
  • Loading branch information
douglatornell committed Jan 12, 2022
1 parent 270d9ff commit cdba73e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/docs-linkcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,21 @@ jobs:
runs-on: 'ubuntu-latest'
strategy:
fail-fast: false
matrix:
python-version: ['3.9']

steps:
- uses: actions/checkout@v2

- uses: conda-incubator/setup-miniconda@v2
- name: Set up conda environment
uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge-pypy3
miniforge-version: latest
use-mamba: true
auto-update-conda: false
auto-activate-base: false
channels: conda-forge,nodefaults
channel-priority: true
environment-file: environment.yaml
python-version: ${{ matrix.python-version }}
activate-environment: moad-docs

- name: linkcheck
Expand Down

0 comments on commit cdba73e

Please sign in to comment.