Skip to content

Commit 2c5b540

Browse files
committed
Fixing gh action uv venv issue
Signed-off-by: Victor Moene <victor.moene@northern.tech>
1 parent f27fab4 commit 2c5b540

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.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)