From 2c9eb8363f7239d6d10f88d0aec1aed2106ac175 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 1 Aug 2023 15:12:17 -0400 Subject: [PATCH] attempted workaround for GHA breakage (#9329) * attempted workaround for GHA breakage * Update ci.yml --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4f8018e6133..b1cb8d84cceb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -239,6 +239,10 @@ jobs: with: key: ${{ matrix.PYTHON.NOXSESSION }}-${{ matrix.PYTHON.VERSION }} + # Attempted work around for https://github.com/actions/setup-python/issues/709 + - run: brew install openssl@1.1 + if: matrix.PYTHON.VERSION == '3.7' + - name: Setup python uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0 with: