Skip to content

Commit

Permalink
Exclude individual entries
Browse files Browse the repository at this point in the history
  • Loading branch information
kvid committed Jan 16, 2025
1 parent 6ea3d9b commit 1cbcb9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: ubuntu-24.04
python-version: ["3.7", "3.8"]
python-version: "3.7"
- os: ubuntu-24.04
python-version: "3.8"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1cbcb9b

Please sign in to comment.