Skip to content

Commit

Permalink
attempted workaround for GHA breakage (#9329)
Browse files Browse the repository at this point in the history
* attempted workaround for GHA breakage

* Update ci.yml
  • Loading branch information
alex authored Aug 1, 2023
1 parent 3521d16 commit 2c9eb83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
if: matrix.PYTHON.VERSION == '3.7'

- name: Setup python
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
with:
Expand Down

0 comments on commit 2c9eb83

Please sign in to comment.