We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a41f819 commit b196c43Copy full SHA for b196c43
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install dependencies
34
run: |
35
python -m pip install --upgrade pip
36
- pip install -r requirements-dev.txt
+ pip install -e ".[dev]"
37
- name: Test with pytest
38
39
pytest --log-cli-level=debug
script/setup.sh
@@ -1,2 +1,2 @@
1
#!/usr/bin/env bash
2
-pip install -e ".[dev]"
+uv pip install -e ".[dev]"
0 commit comments