Skip to content

Commit b7784ec

Browse files
committed
Fixed CI venv creation failure
Signed-off-by: Victor Moene <victor.moene@northern.tech>
1 parent 5010d3a commit b7784ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -m pip install uv
2929
- name: Setup
3030
run: |
31-
uv venv
31+
uv venv --clear
3232
uv sync
3333
- name: Check formatting with black
3434
run: |

0 commit comments

Comments
 (0)