We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcbe36a commit fff5356Copy full SHA for fff5356
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: astral-sh/setup-uv@v6
37
38
- name: install dependenies
39
- run: uv pip install --system .[test]
+ run: uv pip install --system .[test]
40
41
- name: Test package
42
run: pytest
0 commit comments