Skip to content

Commit

Permalink
ci: exclude two matrix configurations (#127)
Browse files Browse the repository at this point in the history
### Summary of Changes

Don't run tests on Windows/MacOS and Python 3.11 to not overload the
cache.
  • Loading branch information
lars-reimann authored Jun 3, 2024
1 parent 66a652b commit 5809a9b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
python-version:
- "3.11"
- "3.12"
exclude:
- platform: "macos-latest"
python-version: "3.11"
- platform: "windows-latest"
python-version: "3.11"
uses: lars-reimann/.github/.github/workflows/poetry-codecov-reusable.yml@main
with:
working-directory: .
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
python-version:
- "3.11"
- "3.12"
exclude:
- platform: "macos-latest"
python-version: "3.11"
- platform: "windows-latest"
python-version: "3.11"
uses: lars-reimann/.github/.github/workflows/poetry-codecov-reusable.yml@main
with:
working-directory: .
Expand Down

0 comments on commit 5809a9b

Please sign in to comment.