We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7be51 commit df75b6bCopy full SHA for df75b6b
.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 install --system ".[tests]"
28
- name: Test with pytest
29
run: uv run pytest
0 commit comments