Skip to content

Commit 1beae05

Browse files
Update test.yml
1 parent b3d3a1c commit 1beae05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
uv venv
3232
uv pip install --upgrade pip
33-
uv pip install -r pyproject.toml --all-extras
33+
uv pip install -e ".[dev]"
3434
uv sync
3535
3636
- name: Run tests with pytest

0 commit comments

Comments
 (0)