Skip to content

Commit

Permalink
ci: fix issue with pip package (The-OpenROAD-Project#2022)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvbandeira authored Oct 20, 2023
1 parent 747bdbb commit dc5af98
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 dc5af98

Please sign in to comment.