Skip to content

Commit

Permalink
Merge pull request #704 from kshtsk/wip-handle-pep-0563-future-annota…
Browse files Browse the repository at this point in the history
…tions

Jenkinsfile.integration: use python3.11 for jcs
  • Loading branch information
tserong authored Jun 28, 2023
2 parents 9083721 + 450857f commit b25cf97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile.integration
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ pipeline {
}
sh """
mkdir -p ${compute_workspace}
virtualenv ${jcs_venv}
python3.11 -m venv ${jcs_venv}
source ${jcs_venv}/bin/activate
python3 -m pip install --upgrade pip
pip3 --use-feature=2020-resolver install \
python -m pip install --upgrade pip
pip install \
git+${params.CUSTOM_JCS_REPO}#egg=jcs[openstack,obs,jenkins]
jcs \
--os-network-public ${cloud_params[params.OS_CLOUD]['cloud_network_public']} \
Expand Down

0 comments on commit b25cf97

Please sign in to comment.