We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efd723 commit 6b862b3Copy full SHA for 6b862b3
.github/workflows/tests.yml
@@ -44,9 +44,9 @@ jobs:
44
python-version: ${{ matrix.python-version }}
45
46
# Step 4: Install dependencies using UV
47
- - name: Install dependencies
48
- run: uv install
+ - name: Install deps
+ run: uv sync --locked --all-extras --dev
49
50
# Step 5: Run tests with pytest
51
- name: Run tests
52
- run: uv run pytest --cov=.
+ run: uv run pytest tests
0 commit comments