We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14a1b3b + 2386a9a commit 19372c1Copy full SHA for 19372c1
.github/workflows/posix.yml
@@ -180,9 +180,8 @@ jobs:
180
name: openblas-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}-${{ matrix.MB_ML_LIBC }}-${{ matrix.MB_ML_VER }}
181
path: libs/openblas*.tar.gz
182
183
- - uses: conda-incubator/setup-miniconda@v3.0.4
+ - uses: conda-incubator/setup-miniconda@v3.1.1
184
with:
185
- architecture: ${{ env.PLAT == 'aarch64' && 'aarch64' || '' }}
186
channels: conda-forge
187
channel-priority: true
188
activate-environment: upload
0 commit comments