From 9ab2f3843652fb75a9e66c828bd4fd721998a447 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 2 Dec 2022 09:57:21 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 17a7dab1..83657fbc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -153,7 +153,7 @@ jobs: if: runner.os == 'macOS' run: | # Install latest Rust - curl --retry 5 --retry-all-errors -fsS -o rust.sh https://sh.rustup.rs + curl --retry 5 --retry-connrefused -fsS -o rust.sh https://sh.rustup.rs bash ./rust.sh -y source $HOME/.cargo/env # needed for Rust to compile cryptography Python package for universal2 @@ -406,7 +406,7 @@ jobs: - name: Upgrade pip, wheel, etc run: | - curl --retry 5 --retry-all-errors -O https://bootstrap.pypa.io/get-pip.py + curl --retry 5 --retry-connrefused -O https://bootstrap.pypa.io/get-pip.py "${PYTHON}" get-pip.py "${PYTHON}" -m pip install --upgrade pip "${PYTHON}" -m pip install --upgrade wheel