File tree 1 file changed +0
-18
lines changed
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -140,24 +140,6 @@ jobs:
140
140
- name : Install GCC and make
141
141
run : C:\msys64\usr\bin\bash.exe -lc "pacman -Sy --noconfirm make mingw-w64-x86_64-toolchain mingw-w64-x86_64-fftw"
142
142
143
- - name : Build and Test Python 3.6
144
- uses : actions/setup-python@v2
145
- with :
146
- python-version : ' 3.6'
147
- architecture : ' x64'
148
- - run : |
149
- .\.github\workflows\python_build_win.ps1
150
- .\.github\workflows\python_test_win.ps1
151
-
152
- - name : Build and Test Python 3.7
153
- uses : actions/setup-python@v2
154
- with :
155
- python-version : ' 3.7'
156
- architecture : ' x64'
157
- - run : |
158
- .\.github\workflows\python_build_win.ps1
159
- .\.github\workflows\python_test_win.ps1
160
-
161
143
- name : Build and Test Python 3.8
162
144
uses : actions/setup-python@v2
163
145
with :
You can’t perform that action at this time.
0 commit comments