Skip to content

Commit b62e93d

Browse files
committed
avoid compiling cryptography from source
1 parent 6b58407 commit b62e93d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/windows-arm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
Invoke-WebRequest https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe -UseBasicParsing -Outfile rustup-init.exe
8686
.\rustup-init.exe -y
8787
$env:PATH="$env:PATH;$env:USERPROFILE\.cargo\bin"
88+
# cryptography dropped win-arm64 for 46.0.4, make sure we don't try to compile from source
89+
pip install --only-binary :all: cryptography
8890
pip install anaconda-client
8991
9092
- name: Upload

0 commit comments

Comments
 (0)