Actions macOS: unpin cryptography

This commit is contained in:
Alberto Sottile 2022-11-27 22:24:21 +01:00
parent fa06378b6d
commit c02e692000
1 changed files with 1 additions and 1 deletions

View File

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