Skip to content

Commit 59051c5

Browse files
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 <[email protected]>
1 parent b5e482a commit 59051c5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
library-name: ${{ env.PACKAGE_NAME }}
129129
operating-system: ${{ matrix.os }}
130130
python-version: ${{ matrix.python-version }}
131+
whitelist-license-check: "attrs" # This has MIT license but fails the check
131132

132133
- name: "Importing library"
133134
run: |

doc/changelog.d/3624.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ci: temporary skipping attrs license check

0 commit comments

Comments
 (0)