Do not install setuptools in pyinstaller step
This is unnecessary, and likely was the result of copy-pasting.
This commit is contained in:
parent
f3d37e52db
commit
4b1ff9546c
|
@ -162,7 +162,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install Python packages
|
- name: Install Python packages
|
||||||
run: |
|
run: |
|
||||||
pip install --upgrade tox setuptools
|
pip install --upgrade tox
|
||||||
pip list
|
pip list
|
||||||
|
|
||||||
- name: Display tool versions
|
- name: Display tool versions
|
||||||
|
|
Loading…
Reference in New Issue