Skip to content

Commit 6bae267

Browse files
committed
ci: change python version in update_regression_baselines.yaml to use python 3.13
1 parent 7196a55 commit 6bae267

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update_regression_baselines.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Python
2626
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2727
with:
28-
python-version: "3.14"
28+
python-version: "3.13"
2929
cache: pip
3030

3131
- name: Install testing dependencies

0 commit comments

Comments
 (0)