diff --git a/jenkins-simulate-data.sh b/jenkins-simulate-data.sh index cc7b96e8d..a7f182090 100644 --- a/jenkins-simulate-data.sh +++ b/jenkins-simulate-data.sh @@ -94,7 +94,6 @@ 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 # install data-simulator # retry in case of any connectivity failures for attempt in {1..3}; do