Skip to content

Commit 3208aee

Browse files
committed
allow conda to auto update
1 parent 0330a1a commit 3208aee

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,10 @@ jobs:
9595
- name: Setup conda
9696
uses: conda-incubator/setup-miniconda@v3
9797
with:
98-
activate-environment: stack
99-
python-version: ${{ matrix.py }}
100-
condarc-file: etc/.condarc
98+
auto-update-conda: true
99+
activate-environment: stack
100+
python-version: ${{ matrix.py }}
101+
condarc-file: etc/.condarc
101102

102103
- name: Load cached files
103104
uses: actions/cache@v4

0 commit comments

Comments
 (0)