Skip to content

Commit

Permalink
Pinned setuptools version in PR Jenkinsfile since latest version is i…
Browse files Browse the repository at this point in the history
…ncompatible (#2982)

Signed-off-by: Bharath Ramaswamy <quic_bharathr@quicinc.com>
  • Loading branch information
quic-bharathr committed May 23, 2024
1 parent dd13da4 commit 245d12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ pipeline {
script {
def docker_script = 'python3 -m venv --system-site-packages --clear $PWD/venv ' +
'&& source $PWD/venv/bin/activate ' +
'&& python3 -m pip install --upgrade pip setuptools ' +
'&& python3 -m pip install --upgrade pip setuptools==69.5.1 ' +
'&& cmake -S . -B ./build-$AIMET_VARIANT ' +
'-DENABLE_CUDA=$([[ "$AIMET_VARIANT" =~ "gpu" ]] && echo 1 || echo 0) ' +
'-DENABLE_TORCH=$([[ "$AIMET_VARIANT" =~ "torch" ]] && echo 1 || echo 0) ' +
Expand Down

0 comments on commit 245d12b

Please sign in to comment.