Skip to content

Commit 72488b3

Browse files
committed
More CI fixes
1 parent 6dc0441 commit 72488b3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build_wheels.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,7 @@ jobs:
3737
- run: python -m pip install cibuildwheel==2.21.3
3838
- run: echo "MACOSX_DEPLOYMENT_TARGET=$(sw_vers -productVersion | cut -d '.' -f 1-2)" >> $GITHUB_ENV
3939
if: startsWith(matrix.os, 'macos')
40-
- run: |
41-
brew install nasm
42-
python -m cibuildwheel
43-
if: startsWith(matrix.os, 'macos-13')
4440
- run: python -m cibuildwheel
45-
if: startsWith(matrix.os, 'macos-latest')
46-
- run: python -m cibuildwheel
47-
if: startsWith(matrix.os, 'ubuntu-latest')
4841
- uses: actions/upload-artifact@v4
4942
with:
5043
name: ${{ matrix.os }}

0 commit comments

Comments
 (0)