We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e482a commit 59051c5Copy full SHA for 59051c5
.github/workflows/ci.yml
@@ -128,6 +128,7 @@ jobs:
128
library-name: ${{ env.PACKAGE_NAME }}
129
operating-system: ${{ matrix.os }}
130
python-version: ${{ matrix.python-version }}
131
+ whitelist-license-check: "attrs" # This has MIT license but fails the check
132
133
- name: "Importing library"
134
run: |
doc/changelog.d/3624.maintenance.md
@@ -0,0 +1 @@
1
+ci: temporary skipping attrs license check
0 commit comments