From c02e692000c25e4461d3f43ed18e8a7f4f75d2db Mon Sep 17 00:00:00 2001 From: Alberto Sottile Date: Sun, 27 Nov 2022 22:24:21 +0100 Subject: [PATCH] Actions macOS: unpin cryptography --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b6bccf9..96cb909 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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==38.0.1 + pip3 download --platform macosx_10_10_universal2 --only-binary :all: --no-deps --dest . cryptography pip3 install --no-cache-dir --no-index --find-links . cryptography - name: Check Python dependencies