From 8339b92537f3098a07399a9f1c46eaa4ccf96111 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 24 Apr 2025 10:50:37 -0400 Subject: [PATCH] actions: disable building cryptography from source for now --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9590ff1..6767a1c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |