Skip to content

Commit b01a88f

Browse files
committed
update GHA/python-package-conda.yml to use miniforge v3
1 parent 506ba48 commit b01a88f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,12 @@ jobs:
3232
- uses: actions/checkout@v3
3333

3434
- name: Setup Conda
35-
uses: conda-incubator/setup-miniconda@v2
35+
uses: conda-incubator/setup-miniconda@v3
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
activate-environment: test-env
3939
environment-file: .github/conda-env/test-env.yml
4040
miniforge-version: latest
41-
miniforge-variant: Mambaforge
4241
channels: conda-forge
4342
channel-priority: strict
4443
auto-update-conda: false

0 commit comments

Comments
 (0)