diff --git a/jenkins-simulate-data.sh b/jenkins-simulate-data.sh index cc7b96e8d..12a6150fa 100644 --- a/jenkins-simulate-data.sh +++ b/jenkins-simulate-data.sh @@ -94,7 +94,7 @@ if [ -f ./pyproject.toml ]; then # put poetry in the path export PATH="/var/jenkins_home/.local/bin:$PATH" poetry config virtualenvs.path "${WORKSPACE}/datasimvirtenv" --local - poetry env use python3.8 + poetry env use python3.6 # install data-simulator # retry in case of any connectivity failures for attempt in {1..3}; do