Skip to content

Commit 1f97783

Browse files
committed
Revert "Fixing gh action uv venv issue"
This reverts commit 2c5b540.
1 parent 3aada5d commit 1f97783

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
python -m pip install uv
2929
- name: Setup
3030
run: |
31-
uv sync --frozen
31+
uv venv
32+
uv sync
3233
- name: Check formatting with black
3334
run: |
3435
uv tool run black --check .

0 commit comments

Comments
 (0)