Skip to content

Commit cee8573

Browse files
Disable auto-update-conda and use miniforge-variant
1 parent 865d6d3 commit cee8573

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,10 @@ jobs:
8080
- name: Set up Python ${{ matrix.python-version }}
8181
uses: conda-incubator/setup-miniconda@v2
8282
with:
83-
mamba-version: "*"
83+
miniforge-variant: Mambaforge
8484
channels: conda-forge,defaults
8585
channel-priority: true
8686
python-version: ${{ matrix.python-version }}
87-
auto-update-conda: true
8887

8988
- name: Create matrix id
9089
id: matrix-id

0 commit comments

Comments
 (0)