Skip to content

Commit e9032cb

Browse files
committed
Does the audit plugin kill sync?
1 parent fb60ba0 commit e9032cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/audit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ jobs:
2727
${{ runner.os }}-security-
2828
- name: Install dependencies
2929
run: |
30-
pip install poetry poetry-audit-plugin
30+
pip install poetry
3131
poetry sync
3232
- name: Poetry audit
3333
run: |-
34+
pip install poetry-audit-plugin
3435
poetry audit > audit.txt
3536
- name: Comment with audit result
3637
uses: marocchino/sticky-pull-request-comment@v2

0 commit comments

Comments
 (0)