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: |