Skip to content

Commit eb26f6a

Browse files
committed
Whoops
1 parent e645b55 commit eb26f6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/endor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
uses: actions/checkout@v3
2121
- name: Install pre-reqs
2222
run: pip install --user uv
23-
- name: Generate requirements.txt
24-
run: uv export
23+
- name: Generate requirements.txt
24+
run: uv export > requirements.txt
2525
- name: Install
2626
run: pip install -r requirements.txt
2727
- name: Endor Labs Scan Pull Request

0 commit comments

Comments
 (0)