Skip to content

Commit 30ea3d8

Browse files
committed
chore: remove test matrix
We don't have tests besides linting, which does not depend on the installed Python version
1 parent 6704ef0 commit 30ea3d8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ jobs:
99
build:
1010

1111
runs-on: ubuntu-latest
12-
strategy:
13-
fail-fast: false
14-
matrix:
15-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1612

1713
steps:
1814
- uses: actions/checkout@v4
@@ -25,7 +21,6 @@ jobs:
2521
with:
2622
enable-cache: true
2723
cache-dependency-glob: "uv.lock"
28-
python-version: ${{ matrix.python-version }}
29-
- name: Black source code formating check
24+
python-version-file: "pyproject.toml"
3025
run: |
3126
uv run black --check .

0 commit comments

Comments
 (0)