We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7be51 commit 52e325cCopy full SHA for 52e325c
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
python-version: "3.10"
24
- name: Install uv
25
uses: astral-sh/setup-uv@v5
26
- - name: Install dependencies
27
- run: uv pip install ".[tests]"
+ - name: Install project and dependencies
+ run: uv pip --system install ".[tests]"
28
- name: Test with pytest
29
run: uv run pytest
0 commit comments