File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
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- - { 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 }}
You can’t perform that action at this time.
0 commit comments