Skip to content

Commit

Permalink
Update jenkins-simulate-data.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre authored Oct 25, 2023
1 parent 9466879 commit 98e6c1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jenkins-simulate-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98e6c1b

Please sign in to comment.