actions: disable building cryptography from source for now

This commit is contained in:
Jay Lee
2025-04-24 10:50:37 -04:00
committed by GitHub
parent ce16aa252e
commit 8339b92537

View File

@@ -470,10 +470,10 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Compile cryptography from source (no legacy)
if: runner.os != 'Windows' || runner.arch != 'ARM64'
run: |
pip install --no-binary ":all:" --force cryptography
# - name: Compile cryptography from source (no legacy)
# if: runner.os != 'Windows' || runner.arch != 'ARM64'
# run: |
# pip install --no-binary ":all:" --force cryptography
- name: Install pip requirements
run: |