Skip to content

Commit

Permalink
python update
Browse files Browse the repository at this point in the history
  • Loading branch information
swetayadav1 committed Nov 8, 2023
1 parent 36d7120 commit e639547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/posix/deploy_ci_agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ check_upgrade() {
check_vars() {
# Check required variables
if [ "${PYTHON_DRIVE_VERSION:-unset}" = "unset" ]; then
export PYTHON_DRIVE_VERSION="3.9.5" # XXX_PYTHON
export PYTHON_DRIVE_VERSION="3.10.5" # XXX_PYTHON
fi
if [ "${WORKSPACE:-unset}" = "unset" ]; then
if [ "${GITHUB_WORKSPACE:-unset}" != "unset" ]; then
Expand Down

0 comments on commit e639547

Please sign in to comment.