diff options
Diffstat (limited to '')
| -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" " ") | 
