Skip to content

Commit 73c4e9f

Browse files
committed
install py-3.11 for sync
Signed-off-by: Kevin <[email protected]>
1 parent 9047a4c commit 73c4e9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/odh-notebooks-sync.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,16 @@ jobs:
4646
with:
4747
python-version: |
4848
3.9
49+
3.11
50+
cache: 'pipenv'
4951

5052
- name: Install pipenv and pip-versions
5153
run: pip install pipenv pip-versions
5254

5355
- name: Update Pipfiles in accordance with Codeflare-SDK latest release
5456
run: |
5557
package_name=codeflare-sdk
56-
available_python_versions=("3.9") # add space separated python versions according to 'python-versions' specified in 'Setup Python Environment' step
58+
available_python_versions=("3.9", "3.11") # add space separated python versions according to 'python-versions' specified in 'Setup Python Environment' step
5759
install_package_using_pipenv(){
5860
if ! pipenv install ${package_name}~="${CODEFLARE_RELEASE_VERSION}"; then
5961
echo "Failed to install ${package_name} with version ${CODEFLARE_RELEASE_VERSION} in $dir"

0 commit comments

Comments
 (0)