Skip to content

Commit 1ab0922

Browse files
committed
fix test ci job
1 parent abec918 commit 1ab0922

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,9 @@ jobs:
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
enable-cache: true
24-
- name: Setup
25-
run: |
26-
uv sync
2724
- name: Test
2825
run: |
29-
pytest
26+
uv run pytest
3027
3128
lint:
3229
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)