We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1579d39 commit 8e9a5c5Copy full SHA for 8e9a5c5
.github/workflows/posix.yml
@@ -159,12 +159,13 @@ jobs:
159
name: openblas-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}-${{ matrix.MB_ML_LIBC }}-${{ matrix.MB_ML_VER }}
160
path: libs/openblas*.tar.gz
161
162
- - uses: conda-incubator/setup-miniconda@v3.1.1
+ - uses: conda-incubator/setup-miniconda@v3.2.0
163
with:
164
channels: conda-forge
165
channel-priority: true
166
activate-environment: upload
167
miniforge-version: latest
168
+ conda-remove-defaults: "true"
169
170
- name: Upload
171
# see https://github.com/marketplace/actions/setup-miniconda for why
0 commit comments