Skip to content

Commit 1b13422

Browse files
committed
CI: Use system Python 2.7 on macOS instead of trying to install a separate one with "setup-python", which fails.
1 parent 8df7f1d commit 1b13422

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124

125125
- name: Set up Python
126126
uses: actions/setup-python@v4
127+
if: startsWith(matrix.python-version, '3.')
127128
with:
128129
python-version: ${{ matrix.python-version }}
129130

0 commit comments

Comments
 (0)