Skip to content

Commit 619eaaf

Browse files
committed
Add comment
Signed-off-by: Darby Johnston <[email protected]>
1 parent eca810f commit 619eaaf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ jobs:
140140
- name: Install python build dependencies
141141
run: |
142142
python -m pip install --upgrade pip setuptools wheel "flake8>=3.5" check-manifest
143+
# \todo Temporarily disable check-manifest on MinGW, it is failing
144+
# intermittently with this error:
145+
# ModuleNotFoundError: No module named 'pip._vendor.distlib'
143146
- name: Run check-manifest and lint check
144147
if: matrix.python-version != 'mingw64'
145148
run: make ci-prebuild

0 commit comments

Comments
 (0)