diff options
| author | 2024-06-11 18:20:06 +0100 | |
|---|---|---|
| committer | 2024-06-11 18:20:06 +0100 | |
| commit | 04ba2a9c63d083fc9f970ee36279450b8f7c336c (patch) | |
| tree | ec396abec1cb5ac654fd63cdf858f3dd4fe072a5 /.github/workflows | |
| parent | Bump ruff from 0.4.6 to 0.4.8 (#3085) (diff) | |
Add poetry-plugin-export plugin to fix CI warning
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/lint-test.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
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" " ")  |