Skip to content

Commit a027a79

Browse files
committed
fix check python licences
1 parent 3c4ada4 commit a027a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
fi
218218
219219
# known packages with dual licensing
220-
IGNORE_PACKAGES="PyGithub chardet text-unidecode"
220+
IGNORE_PACKAGES='"PyGithub" "chardet" "text-unidecode"'
221221
LICENSES=$(poetry run pip-licenses --ignore-packages "${IGNORE_PACKAGES}")
222222
INCOMPATIBLE_LIBS=$(echo "$LICENSES" | grep 'GPL' || true)
223223

0 commit comments

Comments
 (0)