We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca810f commit 619eaafCopy full SHA for 619eaaf
.github/workflows/python-package.yml
@@ -140,6 +140,9 @@ jobs:
140
- name: Install python build dependencies
141
run: |
142
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'
146
- name: Run check-manifest and lint check
147
if: matrix.python-version != 'mingw64'
148
run: make ci-prebuild
0 commit comments