Skip to content

Commit 07c88c7

Browse files
authored
Merge pull request #3092 from python-discord/fix-poetry-export-warning
Add poetry-plugin-export plugin to fix CI warning
2 parents 0eace5f + 3dfd1e5 commit 07c88c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
# and add it to the ALLOWED_LICENSE variable
4343
- name: Check Dependencies License
4444
run: |
45+
poetry self add poetry-plugin-export
4546
pip-licenses --allow-only="$ALLOWED_LICENSE" \
4647
--package $(poetry export -f requirements.txt --without-hashes | sed "s/==.*//g" | tr "\n" " ")
4748

0 commit comments

Comments
 (0)