mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 09:10:07 +08:00
Handle error in poetry 1.0.10
This commit is contained in:
committed by
David Verdeguer
parent
7fc41c62be
commit
1b20fa78be
@@ -28,4 +28,6 @@ sudo apt-get install -y python3-venv
|
||||
# "program uses threads.", RuntimeWarning)
|
||||
# LGTM_PYTHON_SETUP_VERSION=The currently activated Python version 2.7.18 is not supported by the project (^3.5). Trying to find and use a compatible version. Using python3 (3.8.2) 3
|
||||
|
||||
python3 -m pip install --user poetry pipenv
|
||||
# poetry 1.0.10 has error (https://github.com/python-poetry/poetry/issues/2711)
|
||||
python3 -m pip install --user poetry!=1.0.10
|
||||
python3 -m pip install --user pipenv
|
||||
|
||||
Reference in New Issue
Block a user