Skip to content

Commit da23690

Browse files
committed
.github: Remove unnecessary dependency
1 parent c3eb6b4 commit da23690

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,9 @@ jobs:
2222
with:
2323
python-version: '3.9'
2424

25-
- name: Python components
26-
run: pip3 install --upgrade
27-
setuptools
28-
wheel
29-
3025
- name: Legendary dependencies and build tools
3126
run: pip3 install --upgrade
27+
setuptools
3228
pyinstaller
3329
requests
3430

0 commit comments

Comments
 (0)