Do not install setuptools in pyinstaller step

This is unnecessary, and likely was the result of copy-pasting.
This commit is contained in:
Sajith Sasidharan 2020-05-13 12:06:11 -04:00
parent f3d37e52db
commit 4b1ff9546c
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ jobs:
- name: Install Python packages
run: |
pip install --upgrade tox setuptools
pip install --upgrade tox
pip list
- name: Display tool versions