Skip to content

Commit

Permalink
Only run once for macOS/Windows for 3.13 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Dec 6, 2024
1 parent f36a9f3 commit 668fb6f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@ jobs:
fail-fast: false
matrix:
os:
- macos-latest
- ubuntu-latest
- windows-latest
python-version:
- "3.11"
- "3.12"
- "3.13"
include:
- os: macos-latest
python-version: "3.13"
- os: windows-latest
python-version: "3.13"
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/python/tox@7c376cafcf8e0ced0e2ac20e88102325d2a886d8 # v0
Expand Down

0 comments on commit 668fb6f

Please sign in to comment.