aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2024-06-21 10:54:05 +0100
committerGravatar GitHub <[email protected]>2024-06-21 09:54:05 +0000
commitd66977ae75b0d409bc59228df47010f3451338d6 (patch)
tree1b7d9710afd45241d9a6604d6dba228f028281d8
parentBump 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.yaml1
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" " ")