From 94dcd39dab16c7da6b624eb5c67433ce9cad5ddf Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Mon, 6 Nov 2023 16:25:52 -0800 Subject: [PATCH] Patch audioread missing license (MIT) https://github.com/beetbox/audioread/blob/main/LICENSE --- .github/workflows/license_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/license_tests.yml b/.github/workflows/license_tests.yml index a284db6..203ba25 100644 --- a/.github/workflows/license_tests.yml +++ b/.github/workflows/license_tests.yml @@ -6,3 +6,5 @@ on: jobs: license_tests: uses: neongeckocom/.github/.github/workflows/license_tests.yml@master + with: + packages-exclude: '^(precise-runner|fann2|tqdm|bs4|ovos-phal-plugin|ovos-skill|neon-core|nvidia|neon-phal-plugin|bitstruct|audioread).*' \ No newline at end of file