github workflows: Latest setuptools break cx_Freeze logging.
This commit is contained in:
parent
794b0998bc
commit
90648e0e97
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue