Skip to content

Commit 6503a2a

Browse files
committed
removed erroneous redundant lint check from wheel test
Signed-off-by: Eric Reinecke <[email protected]>
1 parent 549b15c commit 6503a2a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -225,12 +225,6 @@ jobs:
225225
- name: Install python build dependencies
226226
run: |
227227
python -m pip install --upgrade pip setuptools wheel "flake8>=3.5" check-manifest && python -m pip install -r tests/requirements.txt
228-
# \todo Temporarily disable check-manifest on MinGW, it is failing
229-
# intermittently with this error:
230-
# ModuleNotFoundError: No module named 'pip._vendor.distlib'
231-
- name: Run check-manifest and lint check
232-
if: matrix.python-version != 'mingw64'
233-
run: make ci-prebuild
234228
- uses: actions/download-artifact@v5
235229
with:
236230
pattern: 'wheel-.*'

0 commit comments

Comments
 (0)