Skip to content

Commit a4067d2

Browse files
committed
Fixed already existing venv in ci
Signed-off-by: Victor Moene <victor.moene@northern.tech>
1 parent 5010d3a commit a4067d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/lint.yml

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

0 commit comments

Comments
 (0)