Skip to content

Commit 2e02cd3

Browse files
committed
BLD: pin cryptography wheel
1 parent e6c9678 commit 2e02cd3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ jobs:
169169
Invoke-WebRequest https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe -UseBasicParsing -Outfile rustup-init.exe
170170
.\rustup-init.exe -y
171171
$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
172174
pip install anaconda-client
173175
174176
- name: Upload to anaconda.org

0 commit comments

Comments
 (0)