Skip to content

Commit b916607

Browse files
committed
There we go
1 parent eb26f6a commit b916607

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/endor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install pre-reqs
2222
run: pip install --user uv
2323
- name: Generate requirements.txt
24-
run: uv export > requirements.txt
24+
run: uv export --locked --no-editable --no-emit-local > requirements.txt
2525
- name: Install
2626
run: pip install -r requirements.txt
2727
- name: Endor Labs Scan Pull Request

0 commit comments

Comments
 (0)