github workflows: Latest setuptools break cx_Freeze logging.

This commit is contained in:
Keir Fraser 2022-01-01 12:16:26 +00:00
parent 794b0998bc
commit 90648e0e97
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ jobs:
- name: Dependency packages (pip)
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade pip setuptools==60.1.0 wheel
python -m pip install --user bitarray crcmod pyserial requests cx_Freeze
- name: Build dist

View file

@ -54,7 +54,7 @@ jobs:
- name: Dependency packages (pip)
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade pip setuptools==60.1.0 wheel
python -m pip install --user bitarray crcmod pyserial requests cx_Freeze
- name: Build dist