Skip to content

Commit 8e9a5c5

Browse files
committed
fix miniconda action warning
1 parent 1579d39 commit 8e9a5c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/posix.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,13 @@ jobs:
159159
name: openblas-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}-${{ matrix.MB_ML_LIBC }}-${{ matrix.MB_ML_VER }}
160160
path: libs/openblas*.tar.gz
161161

162-
- uses: conda-incubator/setup-miniconda@v3.1.1
162+
- uses: conda-incubator/setup-miniconda@v3.2.0
163163
with:
164164
channels: conda-forge
165165
channel-priority: true
166166
activate-environment: upload
167167
miniforge-version: latest
168+
conda-remove-defaults: "true"
168169

169170
- name: Upload
170171
# see https://github.com/marketplace/actions/setup-miniconda for why

0 commit comments

Comments
 (0)