Skip to content

Commit

Permalink
stop using mamba, stop using Anaconda official
Browse files Browse the repository at this point in the history
  • Loading branch information
wwarriner committed Nov 18, 2024
1 parent f09a5e0 commit 1c42129
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
conda-solver: libmamba
environment-file: build_env.yml
activate-environment: build
channels: conda-forge
conda-remove-defaults: "true"

- name: Build pages
run: mkdocs build --strict
Expand Down

0 comments on commit 1c42129

Please sign in to comment.