Skip to content

Commit

Permalink
simplify static checking
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLuttenberger committed Dec 18, 2023
1 parent cac731a commit c3e0b76
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/static-checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,9 @@ jobs:
Check:

runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
experimental: [false]
include:
- version: "3.12"
experimental: true
python-version: ["3.8", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c3e0b76

Please sign in to comment.