File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 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'
118133119134 with :
120135 python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments