Skip to content

Commit

Permalink
CI: Use system Python 2.7 on macOS instead of trying to install a sep…
Browse files Browse the repository at this point in the history
…arate one with "setup-python", which fails.
  • Loading branch information
scoder committed Aug 27, 2023
1 parent 8df7f1d commit 1b13422
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v4
if: startsWith(matrix.python-version, '3.')
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 1b13422

Please sign in to comment.