forked from LBRYCommunity/lbry-sdk
Fix bug in python CICD pipeline
implemented fix recommended by: https://stackoverflow.com/a/61693590 https://github.com/pypa/setuptools/issues/1963
This commit is contained in:
parent
33c7c3ee12
commit
6c75a8978b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -67,6 +67,9 @@ jobs:
|
|||
run: |
|
||||
pip install pyinstaller
|
||||
pip install -e .
|
||||
# https://stackoverflow.com/a/61693590
|
||||
# https://github.com/pypa/setuptools/issues/1963
|
||||
pip install --upgrade 'setuptools<45.0.0'
|
||||
- if: startsWith(matrix.os, 'windows') == false
|
||||
name: Build & Run (Unix)
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue