mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Update build.yml
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -418,7 +418,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Install pip requirements
|
- name: Install pip requirements
|
||||||
run: |
|
run: |
|
||||||
set +e
|
|
||||||
if [[ "${RUNNER_OS}" == "macOS" ]]; then
|
if [[ "${RUNNER_OS}" == "macOS" ]]; then
|
||||||
for package in cryptography; do
|
for package in cryptography; do
|
||||||
"${PYTHON}" -m pip install --upgrade cffi ${PIP_ARGS}
|
"${PYTHON}" -m pip install --upgrade cffi ${PIP_ARGS}
|
||||||
|
|||||||
Reference in New Issue
Block a user