Skip to content

Commit

Permalink
ci: temporary skipping attrs license check (#3624)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
germa89 and pyansys-ci-bot authored Dec 18, 2024
1 parent b5e482a commit 59051c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/3624.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ci: temporary skipping attrs license check

0 comments on commit 59051c5

Please sign in to comment.