Skip to content

Commit

Permalink
remove workaround that's no longer required (#9363)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Aug 6, 2023
1 parent b31ff73 commit 22054bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,6 @@ 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 22054bf

Please sign in to comment.