Skip to content

Commit

Permalink
Merge pull request #3006 from benjeffery/fix-docs2
Browse files Browse the repository at this point in the history
Fix docs build
  • Loading branch information
benjeffery authored Oct 1, 2024
2 parents 6cc7ddd + ba59989 commit 55e5535
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,12 @@ jobs:

- uses: actions/checkout@v4

- name: Setup Mambaforge
- name: Setup Conda
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
activate-environment: tskit-docs-env
use-mamba: true


- name: Cache Conda env
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 55e5535

Please sign in to comment.