Skip to content

Commit 7e2ab27

Browse files
rgommersmattip
authored andcommitted
MAINT: install anaconda-client with --only-binary :all:, remove Rust dep
This is a follow-up to gh-33
1 parent 2e02cd3 commit 7e2ab27

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)