8000 Revert "Work around actions/setup-python#696" · khaeru/sdmx@9accd2f · GitHub
[go: up one dir, main page]

Skip to content

Commit 9accd2f

Browse files
committed
Revert "Work around actions/setup-python#696"
This reverts commit 440a8c3.
1 parent 8becdc8 commit 9accd2f

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
@@ -30,14 +30,6 @@ jobs:
3030
# commented: only enable once next Python version enters RC
3131
# - "3.13.0-rc.1" # Development version
3232

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

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

0 commit comments

Comments
 (0)
0