Skip to content

Commit f86569b

Browse files
committed
update python version to 3.13 with single quotes
1 parent 3d85096 commit f86569b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/switch-context/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ runs:
1515
echo "Finished initializing to the ${{inputs.context-name}}"
1616
while read line; do
1717
echo "$line" >> $GITHUB_ENV
18-
done < <(tail -n +5 .generated/context.env)
18+
done < <(tail -n +5 .generated/context.env | sed "s/\"/'/g")

scripts/dev/contexts/root-context

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export e2e_cloud_qa_baseurl_static_2="${OM_HOST}"
9292
export OLM_VERSION=v0.31.0
9393

9494
# Python version we use locally and in CI
95-
export PYTHON_VERSION=3.13.0
95+
export PYTHON_VERSION=3.13
9696

9797

9898
## MCO

0 commit comments

Comments
 (0)