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
# Sync fails with pipenv 2024.1.0 (current latest version)
60
+
# TODO: We should retry with later versions of pipenv once they are available.
52
61
- name: Install pipenv and pip-versions
53
-
run: pip install pipenv pip-versions
62
+
run: pip install pipenv==2024.0.3 pip-versions
54
63
55
64
- name: Update Pipfiles in accordance with Codeflare-SDK latest release
56
65
run: |
57
66
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
67
+
available_python_versions=("$PYTHON_VERSION") # add space separated python versions according to 'python-versions' specified in 'Setup Python Environment' step
59
68
install_package_using_pipenv(){
60
69
# args allow custom names for Pipfile and Pipfile.lock
0 commit comments