We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aada5d commit 1f97783Copy full SHA for 1f97783
1 file changed
.github/workflows/lint.yml
@@ -28,7 +28,8 @@ jobs:
28
python -m pip install uv
29
- name: Setup
30
run: |
31
- uv sync --frozen
+ uv venv
32
+ uv sync
33
- name: Check formatting with black
34
35
uv tool run black --check .
0 commit comments