Actions macOS: pin cryptography
This commit is contained in:
parent
af0d0006f1
commit
7a949b8ccd
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
|||||||
python3 --version
|
python3 --version
|
||||||
which pip3
|
which pip3
|
||||||
pip3 --version
|
pip3 --version
|
||||||
file python3
|
file $(which python3)
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
@ -101,7 +101,7 @@ jobs:
|
|||||||
pip3 install --no-binary :all: cffi
|
pip3 install --no-binary :all: cffi
|
||||||
|
|
||||||
pip3 uninstall cryptography -y
|
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
|
pip3 install --no-cache-dir --no-index --find-links . cryptography
|
||||||
|
|
||||||
- name: Check Python dependencies
|
- name: Check Python dependencies
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user