Skip to content

Commit 6b862b3

Browse files
committed
chore: fix tests.yml
1 parent 7efd723 commit 6b862b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
python-version: ${{ matrix.python-version }}
4545

4646
# Step 4: Install dependencies using UV
47-
- name: Install dependencies
48-
run: uv install
47+
- name: Install deps
48+
run: uv sync --locked --all-extras --dev
4949

5050
# Step 5: Run tests with pytest
5151
- name: Run tests
52-
run: uv run pytest --cov=.
52+
run: uv run pytest tests

0 commit comments

Comments
 (0)