You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci-build.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ jobs:
50
50
with:
51
51
python-version: ${{ env.MAIN_PYTHON_VERSION }}
52
52
target: "all"
53
-
whitelist-license-check: "attrs,referencing,jeepney"# This has MIT license but fails the check
53
+
whitelist-license-check: "attrs,referencing,jeepney,paramiko,ansys-dpf-post"# This has MIT license but fails the check, paramiko and ansys-dpf-post need to be removed eventually from the whitelist
0 commit comments