mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
.github: Remove unnecessary dependency
This commit is contained in:
parent
c3eb6b4fe6
commit
da23690510
6
.github/workflows/python.yml
vendored
6
.github/workflows/python.yml
vendored
|
@ -22,13 +22,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
|
|
||||||
- name: Python components
|
|
||||||
run: pip3 install --upgrade
|
|
||||||
setuptools
|
|
||||||
wheel
|
|
||||||
|
|
||||||
- name: Legendary dependencies and build tools
|
- name: Legendary dependencies and build tools
|
||||||
run: pip3 install --upgrade
|
run: pip3 install --upgrade
|
||||||
|
setuptools
|
||||||
pyinstaller
|
pyinstaller
|
||||||
requests
|
requests
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue