Skip to content

Commit 03613c4

Browse files
committed
Comment out the MinGW job
Signed-off-by: Darby Johnston <[email protected]>
1 parent 9026dc6 commit 03613c4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ jobs:
9999
- { os: macos-latest, shell: bash }
100100
- { os: macos-13, shell: bash }
101101
- { os: windows-latest, shell: pwsh }
102+
# \todo Disable MinGW which is failing intermittently.
103+
# - { os: windows-latest, shell: msys2, python-version: 'mingw64' }
102104
exclude:
103105
- { os: macos-latest, python-version: 3.9 }
104106

@@ -114,7 +116,20 @@ jobs:
114116
- uses: actions/checkout@v4
115117
with:
116118
submodules: 'recursive'
119+
# - name: Set up MSYS2
120+
# if: matrix.python-version == 'mingw64'
121+
# uses: msys2/setup-msys2@v2
122+
# with:
123+
# msystem: mingw64
124+
# install: >-
125+
# mingw-w64-x86_64-python
126+
# mingw-w64-x86_64-python-pip
127+
# mingw-w64-x86_64-gcc
128+
# mingw-w64-x86_64-cmake
129+
# make
130+
# git
117131
- name: Set up Python ${{ matrix.python-version }}
132+
# if: matrix.python-version != 'mingw64'
118133
uses: actions/[email protected]
119134
with:
120135
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)