diff --git a/.semaphore/build_collection.sh b/.semaphore/build_collection.sh index fda50c6a89..c7fddce475 100644 --- a/.semaphore/build_collection.sh +++ b/.semaphore/build_collection.sh @@ -4,7 +4,7 @@ set -ex cd $PATH_TO_CPA -pyenv local $PYTHON_VERSION 3.9 3.8 3.9 3.10 3.11 3.12 # This creates .python-version file which lists all these versions. +pyenv local $PYTHON_VERSION 3.9 3.10 3.11 3.12 # This creates .python-version file which lists all these versions. # 1st version in list will be 3.9 and also become the default version of python pip install wheel pip install pylint