Skip to content

Commit 3aada5d

Browse files
committed
Fixed error message about pre-existing environment
Signed-off-by: Ole Herman Schumacher Elgesem <ole.elgesem@northern.tech>
1 parent d892c14 commit 3aada5d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
uv build
3838
- name: Install
3939
run: |
40-
uv venv
41-
uv sync
40+
uv sync --frozen
4241
uv pip install .
4342
- name: Shell tests
4443
run: |

0 commit comments

Comments
 (0)