From 59051c5c578cbb6d4997ceceec3f17e63dff4fdc Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:07:23 +0100 Subject: [PATCH] ci: temporary skipping attrs license check (#3624) * ci: temporary skipping attrs license check * chore: adding changelog file 3624.maintenance.md [dependabot-skip] --------- Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- .github/workflows/ci.yml | 1 + doc/changelog.d/3624.maintenance.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 doc/changelog.d/3624.maintenance.md diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 633532d0a6..7684589d34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,6 +128,7 @@ jobs: library-name: ${{ env.PACKAGE_NAME }} operating-system: ${{ matrix.os }} python-version: ${{ matrix.python-version }} + whitelist-license-check: "attrs" # This has MIT license but fails the check - name: "Importing library" run: | diff --git a/doc/changelog.d/3624.maintenance.md b/doc/changelog.d/3624.maintenance.md new file mode 100644 index 0000000000..ab1824ea28 --- /dev/null +++ b/doc/changelog.d/3624.maintenance.md @@ -0,0 +1 @@ +ci: temporary skipping attrs license check \ No newline at end of file