From d66977ae75b0d409bc59228df47010f3451338d6 Mon Sep 17 00:00:00 2001 From: wookie184 Date: Fri, 21 Jun 2024 10:54:05 +0100 Subject: Add poetry-plugin-export plugin to fix CI warning (#1551) --- .github/workflows/lint.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 6eeafe36..35e000a5 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -34,6 +34,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