Skip to content

Commit

Permalink
ci: fix issue with pip package
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Bandeira <vvbandeira@precisioninno.com>
  • Loading branch information
Vitor Bandeira committed Oct 19, 2023
1 parent 747bdbb commit f36e2cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ pipeline {
agent any;
steps {
script {
stage("${DESIGN} - Setup Python") {
sh 'make venv';
sh "./venv/bin/python3 -m pip install --upgrade --no-cache-dir 'urllib3<2'";
}
stage("${DESIGN} - Install PDK") {
sh 'python3 -m pip install --user --upgrade --no-cache-dir pip';
sh 'python3 -m pip install --user --upgrade --no-cache-dir volare';
Expand Down

0 comments on commit f36e2cb

Please sign in to comment.