Skip to content

Commit 0d5fb4f

Browse files
Add flag to skip checking dev deps
1 parent 41e988d commit 0d5fb4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: poetry install
4848

4949
- name: Export dependencies
50-
run: poetry export -o requirements.txt
50+
run: poetry export -o requirements.txt --only main
5151

5252
- name: Run license checks
5353
run: poetry run liccheck

0 commit comments

Comments
 (0)