From 04ba2a9c63d083fc9f970ee36279450b8f7c336c Mon Sep 17 00:00:00 2001 From: wookie184 Date: Tue, 11 Jun 2024 18:20:06 +0100 Subject: Add poetry-plugin-export plugin to fix CI warning --- .github/workflows/lint-test.yml | 1 + 1 file changed, 1 insertion(+) 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" " ") -- cgit v1.2.3