diff options
author | 2024-06-21 10:54:05 +0100 | |
---|---|---|
committer | 2024-06-21 09:54:05 +0000 | |
commit | d66977ae75b0d409bc59228df47010f3451338d6 (patch) | |
tree | 1b7d9710afd45241d9a6604d6dba228f028281d8 | |
parent | Bump ruff from 0.4.8 to 0.4.10 (#1557) (diff) |
Add poetry-plugin-export plugin to fix CI warning (#1551)
-rw-r--r-- | .github/workflows/lint.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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" " ") |