File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -165,13 +165,7 @@ jobs:
165165 - name : win-arm64 install anaconda client
166166 if : (github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main')) && matrix.buildplat[1] == 'win_arm64'
167167 run : |
168- # Rust installation needed for rpds-py.
169- Invoke-WebRequest https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe -UseBasicParsing -Outfile rustup-init.exe
170- .\rustup-init.exe -y
171- $env:PATH="$env:PATH;$env:USERPROFILE\.cargo\bin"
172- # pinned because cryptography pulled win-arm64 wheels in 46.0.4
173- pip install cryptography==46.0.3
174- pip install anaconda-client
168+ pip install --only-binary :all: anaconda-client
175169
176170 - name : Upload to anaconda.org
177171 if : (github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main')) && github.repository == 'numpy/numpy-release'
You can’t perform that action at this time.
0 commit comments