From 7a949b8ccd2a6a750bf940bbcb495cbb8b722a4c Mon Sep 17 00:00:00 2001 From: Alberto Sottile Date: Sun, 6 Nov 2022 00:01:29 +0100 Subject: [PATCH] Actions macOS: pin cryptography --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c86e35..b6bccf9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,7 +80,7 @@ jobs: python3 --version which pip3 pip3 --version - file python3 + file $(which python3) - name: Install Python dependencies run: | @@ -101,7 +101,7 @@ jobs: pip3 install --no-binary :all: cffi pip3 uninstall cryptography -y - pip3 download --platform macosx_10_10_universal2 --only-binary :all: --no-deps --dest . cryptography + pip3 download --platform macosx_10_10_universal2 --only-binary :all: --no-deps --dest . cryptography==38.0.1 pip3 install --no-cache-dir --no-index --find-links . cryptography - name: Check Python dependencies