We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcdaffa commit 699f1d0Copy full SHA for 699f1d0
.github/workflows/python-style.yml
@@ -29,7 +29,7 @@ jobs:
29
uv venv --project crackers_python
30
- name: Install dev dependencies
31
run: |
32
- uv sync --project crackers_python --dev --active
+ uv pip install -e ./crackers_python[dev]
33
- name: Run nox session
34
35
cd crackers_python
0 commit comments