From 00cee2c0aa75d64198d8c63c25d7506798f9fe06 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 21 Jan 2025 08:53:25 +0100 Subject: [PATCH] Update ci_cd.yml --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index ee717c4..c766deb 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -56,7 +56,7 @@ jobs: library-name: ${{ env.LIBRARY_NAME }} operating-system: ${{ matrix.os }} python-version: ${{ matrix.python-version }} - whitelist-license-check: "attrs" # This has MIT license but fails the check + whitelist-license-check: "attrs,referencing" # This has MIT license but fails the check tests: name: "Tests"