-
Notifications
You must be signed in to change notification settings - Fork 25.4k
Closed
Labels
module: ciRelated to continuous integrationRelated to continuous integration
Description
The Setup Python
step installed the Python 3.9.0
for the Clang-tidy
check
It equals to the max_version
defined in the setup.py
, causing the script exited with error code 1
.
Lines 180 to 182 in 62d37b9
python_max_version = (3, 9, 0) | |
python_max_version_str = '.'.join((str(num) for num in python_max_version)) | |
if sys.version_info < python_min_version or sys.version_info >= python_max_version: |
Below are the extracted error message.
Run actions/setup-python@v1
with:
python-version: 3.x
architecture: x64
Successfully setup CPython (3.9.0)
+ export USE_NCCL=0
+ USE_NCCL=0
+ python setup.py --cmake-only build
You are using Python 3.9.0. Python >=3.6.1,<3.9.0 is required.
real 0m0.038s
user 0m0.036s
sys 0m0.000s
Error: Process completed with exit code 255.
Metadata
Metadata
Assignees
Labels
module: ciRelated to continuous integrationRelated to continuous integration