Skip to content

Commit

Permalink
update python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ChughShilpa authored and sutaakar committed Oct 23, 2024
1 parent 5c1d486 commit 104f5e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Library Process


*** Variables ***
${VIRTUAL_ENV_NAME} venv3.9
${VIRTUAL_ENV_NAME} venv3.11
${CODEFLARE-SDK-RELEASE-TAG} v0.22.0
${CODEFLARE-SDK_DIR} codeflare-sdk
${CODEFLARE-SDK_REPO_URL} %{CODEFLARE-SDK_REPO_URL=https://github.com/project-codeflare/codeflare-sdk.git}
Expand Down Expand Up @@ -44,7 +44,7 @@ Prepare Codeflare-SDK Test Setup

Clone Git Repository ${CODEFLARE-SDK_REPO_URL} ${CODEFLARE-SDK-RELEASE-TAG} ${CODEFLARE-SDK_DIR}

${result} = Run Process virtualenv -p python3.9 ${VIRTUAL_ENV_NAME}
${result} = Run Process virtualenv -p python3.11 ${VIRTUAL_ENV_NAME}
... shell=true stderr=STDOUT
Log To Console ${result.stdout}
IF ${result.rc} != 0
Expand Down

0 comments on commit 104f5e4

Please sign in to comment.