Skip to content

Commit 4e9d6c7

Browse files
authored
ci: skip jeepney package since it is MIT licensed but metadata complains (#866)
1 parent 921710e commit 4e9d6c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
python-version: ${{ env.MAIN_PYTHON_VERSION }}
5151
target: "all"
52-
whitelist-license-check: "attrs,referencing" # This has MIT license but fails the check
52+
whitelist-license-check: "attrs,referencing,jeepney" # This has MIT license but fails the check
5353

5454
docs-style:
5555
name: Documentation Style Check
@@ -130,7 +130,7 @@ jobs:
130130
operating-system: ${{ runner.os }}
131131
python-version: ${{ matrix.python-version }}
132132
target: "all"
133-
whitelist-license-check: "attrs,referencing" # This has MIT license but fails the check
133+
whitelist-license-check: "attrs,referencing,jeepney" # This has MIT license but fails the check
134134

135135
- name: List dependencies (pip freeze)
136136
run: |

0 commit comments

Comments
 (0)