We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13241e8 commit 9191086Copy full SHA for 9191086
1 file changed
.github/workflows/test.yml
@@ -12,9 +12,6 @@ jobs:
12
- uses: actions/checkout@v5
13
with:
14
persist-credentials: false
15
- - uses: actions/setup-python@v5
16
- with:
17
- python-version: 3.14
18
- id: setup-uv
19
uses: astral-sh/setup-uv@v7
20
@@ -25,7 +22,7 @@ jobs:
25
22
- name: Install deps
26
23
env:
27
24
UV_NO_MANAGED_PYTHON: 1
28
- run: uv sync --all-extras --python 3.14
+ run: uv sync --all-extras
29
- name: Run lint check
30
run: uv run pre-commit run -a ${{ matrix.cmd }}
31
pytest:
0 commit comments