Skip to content

Commit b5a472f

Browse files
committed
Remove redundant step
1 parent da7add4 commit b5a472f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ jobs:
138138
submodules: recursive
139139
- uses: actions/setup-python@v2
140140
name: Install Python
141-
- name: Install cibuildwheel twine
142-
run: python -m pip install cibuildwheel twine
141+
- name: Install cibuildwheel twine wheel
142+
run: python -m pip install cibuildwheel twine wheel
143143
- name: Install build dependencies (Macos)
144144
run: brew install nasm automake autoconf
145145
if: runner.os == 'macOS'
@@ -149,8 +149,6 @@ jobs:
149149
- name: Install nasm (Windows)
150150
uses: ilammy/[email protected]
151151
if: runner.os == 'Windows'
152-
- name: Install cibuildwheel twine wheel
153-
run: python -m pip install cibuildwheel twine wheel
154152
- name: Build wheels
155153
run: cibuildwheel --output-dir dist
156154
env:

0 commit comments

Comments
 (0)