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 98e6c1b commit 5a920bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins-simulate-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ echo "Leaf node set to: $leafNode"
#
if [ -f ./pyproject.toml ]; then
echo "Found pyproject.toml, using poetry to install data simulator"
apt-get install python3-distutils
# put poetry in the path
export PATH="/var/jenkins_home/.local/bin:$PATH"
poetry config virtualenvs.path "${WORKSPACE}/datasimvirtenv" --local
Expand Down

0 comments on commit 5a920bf

Please sign in to comment.