From 91327c0314ec653c7ebce43d0639890a08f6a247 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Thu, 16 Jan 2025 13:13:39 -0800 Subject: [PATCH] Whitelist MIT-licensed `attrs` package that is failing 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 b8217ea..494e2ac 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: '^(neon-llm-chatgpt|tqdm|klat-connector|neon-chatbot|dnspython).*' \ No newline at end of file + packages-exclude: '^(neon-llm|tqdm|klat-connector|neon-chatbot|dnspython|attrs).*' \ No newline at end of file