You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Update Pipfiles in accordance with Codeflare-SDK latest release
56
62
run: |
57
63
package_name=codeflare-sdk
58
-
available_python_versions=("3.9" "3.11") # add space separated python versions according to 'python-versions' specified in 'Setup Python Environment' step
64
+
available_python_versions=("$PYTHON_VERSION") # add space separated python versions according to 'python-versions' specified in 'Setup Python Environment' step
59
65
install_package_using_pipenv(){
60
66
# args allow custom names for Pipfile and Pipfile.lock
0 commit comments