Skip to content

Commit 5ce3c72

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 5ce3c72

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
3-
41
name: Check
52

63
on: [push, pull_request]
@@ -9,10 +6,6 @@ jobs:
96
build:
107

118
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"]
169

1710
steps:
1811
- uses: actions/checkout@v4
@@ -25,7 +18,6 @@ jobs:
2518
with:
2619
enable-cache: true
2720
cache-dependency-glob: "uv.lock"
28-
python-version: ${{ matrix.python-version }}
29-
- name: Black source code formating check
21+
python-version-file: "pyproject.toml"
3022
run: |
3123
uv run black --check .

0 commit comments

Comments
 (0)