Skip to content

Commit c0792ce

Browse files
authored
Update build.yaml
1 parent 241b6e6 commit c0792ce

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -84,36 +84,6 @@ jobs:
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

0 commit comments

Comments
 (0)