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 549b15c commit 6503a2aCopy full SHA for 6503a2a
.github/workflows/python-package.yml
@@ -225,12 +225,6 @@ jobs:
225
- name: Install python build dependencies
226
run: |
227
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
234
- uses: actions/download-artifact@v5
235
with:
236
pattern: 'wheel-.*'
0 commit comments