Skip to content

Commit f734954

Browse files
committed
CI: Remove 'wheel' from build dependencies since setuptools already provides it.
1 parent 4653ac0 commit f734954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200

201201
- name: Install dependencies
202202
run: |
203-
python -m pip install -U pip setuptools wheel
203+
python -m pip install -U pip setuptools
204204
python -m pip install --pre -r requirements.txt
205205
206206
- name: Build wheels

0 commit comments

Comments
 (0)