From 94975625e3df7be2f39cc4b2c15c1addc1b144e1 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Wed, 29 Nov 2023 10:00:33 -0800 Subject: [PATCH] Exclude tqdm (MPL) and dnspython (ISC) from license tests --- .github/workflows/license_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/license_tests.yml b/.github/workflows/license_tests.yml index 6554eb3..05f6450 100644 --- a/.github/workflows/license_tests.yml +++ b/.github/workflows/license_tests.yml @@ -9,4 +9,4 @@ jobs: license_tests: uses: neongeckocom/.github/.github/workflows/license_tests.yml@master with: - packages-exclude: '^(bs4|nvidia|bitstruct|audioread|klat-connector|chatbot-core).*' \ No newline at end of file + packages-exclude: '^(bs4|nvidia|bitstruct|audioread|klat-connector|chatbot-core|tqdm|dnspython).*' \ No newline at end of file