diff options
author | 2024-06-11 19:53:03 +0100 | |
---|---|---|
committer | 2024-06-11 19:53:03 +0100 | |
commit | 07c88c78e4acab5568f22fb6aa116d356457b98a (patch) | |
tree | a54726a319d508d8bb64c0968303adb5ceb5d9e4 | |
parent | Merge pull request #3091 from python-discord/use-latest-redis (diff) | |
parent | Merge branch 'main' into fix-poetry-export-warning (diff) |
Merge pull request #3092 from python-discord/fix-poetry-export-warning
Add poetry-plugin-export plugin to fix CI warning
-rw-r--r-- | .github/workflows/lint-test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 55a71d591..67a2725e9 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -42,6 +42,7 @@ jobs: # and add it to the ALLOWED_LICENSE variable - name: Check Dependencies License run: | + poetry self add poetry-plugin-export pip-licenses --allow-only="$ALLOWED_LICENSE" \ --package $(poetry export -f requirements.txt --without-hashes | sed "s/==.*//g" | tr "\n" " ") |