Skip to content

Commit

Permalink
Update conda setup in CI and publish-docs
Browse files Browse the repository at this point in the history
workflows
  • Loading branch information
tlambert03 committed Nov 2, 2023
1 parent 00b51b1 commit deecdca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
mamba-version: "*"
miniforge-version: latest
use-mamba: true
channels: conda-forge
channel-priority: true

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: "3.11"
mamba-version: "*"
miniforge-version: latest
use-mamba: true
channels: conda-forge
channel-priority: true

Expand Down

0 comments on commit deecdca

Please sign in to comment.