mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 00:24:13 +00:00
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
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user