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
+3-3Lines changed: 3 additions & 3 deletions
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
54
54
55
55
docs-style:
56
56
name: Documentation Style Check
@@ -71,7 +71,7 @@ jobs:
71
71
python-version: ['3.10', '3.11', '3.12', '3.13']
72
72
73
73
steps:
74
-
- uses: actions/checkout@v4
74
+
- uses: actions/checkout@v5
75
75
76
76
- name: Install the latest version of uv and set the python version
0 commit comments