File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -140,24 +140,6 @@ jobs:
140140 - name : Install GCC and make
141141 run : C:\msys64\usr\bin\bash.exe -lc "pacman -Sy --noconfirm make mingw-w64-x86_64-toolchain mingw-w64-x86_64-fftw"
142142
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-
161143 - name : Build and Test Python 3.8
162144 uses : actions/setup-python@v2
163145 with :
You can’t perform that action at this time.
0 commit comments