Skip to content

Commit

Permalink
sunset mambaforge
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds authored Jan 5, 2025
1 parent 7c02510 commit 5f55418
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
with:
fetch-depth: 0
- name: Set up conda
uses: conda-incubator/setup-miniconda@v3.0.4
uses: conda-incubator/setup-miniconda@v3.1.0
with:
auto-update-conda: false
channels: conda-forge
miniforge-variant: Mambaforge
miniforge-version: latest
activate-environment: bitinfo-tests
python-version: '3.11'
environment-file: tests/environment.yml
Expand All @@ -58,10 +58,10 @@ jobs:
shell: 'bash -l {0}'
steps:
- uses: actions/[email protected]
- uses: conda-incubator/setup-miniconda@v3.0.4
- uses: conda-incubator/setup-miniconda@v3.1.0
with:
channels: conda-forge
miniforge-variant: Mambaforge
miniforge-version: latest
activate-environment: bitinfo-tests
auto-update-conda: false
python-version: '3.11'
Expand All @@ -87,11 +87,11 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up conda
uses: conda-incubator/setup-miniconda@v3.0.4
uses: conda-incubator/setup-miniconda@v3.1.0
with:
auto-update-conda: false
channels: conda-forge
miniforge-variant: Mambaforge
miniforge-version: latest
activate-environment: bitinfo-docs
python-version: '3.11'
environment-file: docs/environment.yml
Expand Down

0 comments on commit 5f55418

Please sign in to comment.