Skip to content

Commit 9026dc6

Browse files
committed
Remove MinGW CI jobs
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
1 parent d3ca19d commit 9026dc6

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ jobs:
9999
- { os: macos-latest, shell: bash }
100100
- { os: macos-13, shell: bash }
101101
- { os: windows-latest, shell: pwsh }
102-
- { os: windows-latest, shell: msys2, python-version: 'mingw64' }
103102
exclude:
104103
- { os: macos-latest, python-version: 3.9 }
105104

@@ -115,20 +114,7 @@ jobs:
115114
- uses: actions/checkout@v4
116115
with:
117116
submodules: 'recursive'
118-
- name: Set up MSYS2
119-
if: matrix.python-version == 'mingw64'
120-
uses: msys2/setup-msys2@v2
121-
with:
122-
msystem: mingw64
123-
install: >-
124-
mingw-w64-x86_64-python
125-
mingw-w64-x86_64-python-pip
126-
mingw-w64-x86_64-gcc
127-
mingw-w64-x86_64-cmake
128-
make
129-
git
130117
- name: Set up Python ${{ matrix.python-version }}
131-
if: matrix.python-version != 'mingw64'
132118
uses: actions/setup-python@v5.4.0
133119
with:
134120
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)