File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -15,5 +15,4 @@ updates:
1515 - package-ecosystem : " gitsubmodule"
1616 directory : " /"
1717 schedule :
18- day : " monday"
19- interval : " weekly"
18+ interval : " quarterly"
Original file line number Diff line number Diff line change @@ -140,7 +140,11 @@ 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
147+ if : matrix.python-version != 'mingw64'
144148 run : make ci-prebuild
145149 - name : Build and Install
146150 run : |
You can’t perform that action at this time.
0 commit comments