Skip to content

Commit 0b64e2b

Browse files
stop installing the wheel package
1 parent 28def8e commit 0b64e2b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ jobs:
5454
- name: update PIP
5555
run:
5656
python -m pip install --upgrade pip
57-
- name: install wheel
58-
run:
59-
python -m pip install wheel
6057
# `setuptools` is not included inside a virtual environment any more since Python 3.12:
6158
# https://discuss.python.org/t/announcement-pip-23-2-release/29702
6259
- name: install setuptools

0 commit comments

Comments
 (0)