Update build.yml

This commit is contained in:
Jay Lee
2022-05-17 21:22:29 -04:00
committed by GitHub
parent 0b56af76b7
commit 576731c386

View File

@@ -418,7 +418,6 @@ jobs:
- name: Install pip requirements
run: |
set +e
if [[ "${RUNNER_OS}" == "macOS" ]]; then
for package in cryptography; do
"${PYTHON}" -m pip install --upgrade cffi ${PIP_ARGS}