Skip to content

Commit df75b6b

Browse files
committed
Test workflow fix
1 parent 0e7be51 commit df75b6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: "3.10"
2424
- name: Install uv
2525
uses: astral-sh/setup-uv@v5
26-
- name: Install dependencies
27-
run: uv pip install ".[tests]"
26+
- name: Install project and dependencies
27+
run: uv pip install --system ".[tests]"
2828
- name: Test with pytest
2929
run: uv run pytest

0 commit comments

Comments
 (0)