We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b4d3f commit 9bdbb2cCopy full SHA for 9bdbb2c
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install dependencies
34
run: |
35
uv pip install 'setuptools[pkg_resources]'
36
- uv pip install -e ".[dev]"
+ uv sync
37
38
- name: Run tests
39
0 commit comments