File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed
Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change 8484 run : make checks
8585 if : matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
8686
87- <<<<<<< before updating
88- - name : Install build dependencies
89- run : pip install cibuildwheel
90-
91- - name : Build (Linux)
92- run : make build-cibw
93- env :
94- CIBW_BUILD : " ${{ matrix.cibuildwheel }}-manylinux*"
95- CIBW_BUILD_VERBOSITY : 3
96- if : matrix.os == 'ubuntu-latest'
97-
98- - name : Build (Macos)
99- run : make build-cibw
100- env :
101- CIBW_BUILD : " ${{ matrix.cibuildwheel }}-macos*"
102- CIBW_BUILD_VERBOSITY : 3
103- if : matrix.os == 'macos-latest'
104-
105- - name : Build (Windows)
106- run : |
107- call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
108- make build-cibw
109- shell : cmd
110- env :
111- CIBW_BUILD : " ${{ matrix.cibuildwheel }}-win_amd64"
112- CIBW_BEFORE_ALL : call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
113- if : matrix.os == 'windows-latest'
114-
115- =======
116- >>>>>>> after updating
11787 - name : Test
11888 run : make coverage
11989
You can’t perform that action at this time.
0 commit comments