8000 Revert "Work around actions/setup-python#696" · transport-data/tools@af91ca7 · GitHub 10000
[go: up one dir, main page]

Skip to content

Commit af91ca7

Browse files
committed
Revert "Work around actions/setup-python#696"
This reverts commit 1bf3b9b.
1 parent 3059f2f commit af91ca7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/pytest.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@ jobs:
2929
- "3.11"
3030
- "3.12"
3131

32-
# Work around https://github.com/actions/setup-python/issues/696
33-
exclude:
34-
- {os: macos-latest, python-version: "3.8"}
35-
- {os: macos-latest, python-version: "3.9"}
36-
include:
37-
- {os: macos-13, python-version: "3.8"}
38-
- {os: macos-13, python-version: "3.9"}
39-
4032
fail-fast: false
4133

4234
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)
0