From e0ed99cdbe86e8da7dc1421e56ba322d4f1c02c4 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 22 Apr 2020 16:38:13 -0500 Subject: we need to check out the code in the wheel builder for macos now (#5220) can't download openssl without the script to do it --- .github/workflows/wheel-builder.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index 5452d966..daeaf4e1 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -67,6 +67,7 @@ jobs: BIN_PATH: '/Library/Frameworks/Python.framework/Versions/3.8/bin/python3' name: "Python ${{ matrix.PYTHON.VERSION }} for ABI ${{ matrix.PYTHON.ABI_VERSION }} on macOS" steps: + - uses: actions/checkout@master - run: | curl "$PYTHON_DOWNLOAD_URL" -o python.pkg sudo installer -pkg python.pkg -target / -- cgit v1.2.3