Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03db90c

Browse files
committed
use setup-miniconda action on windows builds
1 parent 7581156 commit 03db90c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,13 @@ jobs:
7373
with:
7474
path: builds/openblas*.zip
7575

76+
- uses: conda-incubator/setup-miniconda@v2
77+
with:
78+
activate-environment: upload
79+
7680
- name: Upload
7781
env:
7882
OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN: ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}
7983
run: |
80-
pip install -q git+https://github.com/Anaconda-Platform/anaconda-client@1.8.0
84+
conda install anaconda-client
8185
& $env:BASH_PATH -lc tools/upload_to_anaconda_staging.sh

0 commit comments

Comments
 (0)