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:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -161,7 +161,7 @@ jobs:
|
|||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
# Install latest Rust
|
# Install latest Rust
|
||||||
curl --retry 5 --retry-connrefused -fsS -o rust.sh https://sh.rustup.rs
|
curl --retry 5 --retry-all-errors -fsS -o rust.sh https://sh.rustup.rs
|
||||||
bash ./rust.sh -y
|
bash ./rust.sh -y
|
||||||
source $HOME/.cargo/env
|
source $HOME/.cargo/env
|
||||||
# needed for Rust to compile cryptography Python package for universal2
|
# needed for Rust to compile cryptography Python package for universal2
|
||||||
@@ -415,7 +415,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upgrade pip, wheel, etc
|
- name: Upgrade pip, wheel, etc
|
||||||
run: |
|
run: |
|
||||||
curl --retry 5 --retry-connrefused -O https://bootstrap.pypa.io/get-pip.py
|
curl --retry 5 --retry-all-errors -O https://bootstrap.pypa.io/get-pip.py
|
||||||
"${PYTHON}" get-pip.py
|
"${PYTHON}" get-pip.py
|
||||||
"${PYTHON}" -m pip install --upgrade pip
|
"${PYTHON}" -m pip install --upgrade pip
|
||||||
"${PYTHON}" -m pip install --upgrade wheel
|
"${PYTHON}" -m pip install --upgrade wheel
|
||||||
|
|||||||
Reference in New Issue
Block a user