Skip to content

Commit a350972

Browse files
authored
Merge branch 'main' into typos
2 parents 0608b3d + 3dbeee4 commit a350972

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ updates:
1515
- package-ecosystem: "gitsubmodule"
1616
directory: "/"
1717
schedule:
18-
day: "monday"
19-
interval: "weekly"
18+
interval: "quarterly"

.github/workflows/python-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)