Skip to content

Commit aa534f5

Browse files
committed
Trying to fix syntax by using same Python version as dev env
Signed-off-by: Alex Tzonkov <4975715+attzonko@users.noreply.github.com>
1 parent bc0a6e1 commit aa534f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/validate-reports.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Python
2929
uses: actions/setup-python@v4
3030
with:
31-
python-version: '3.9'
31+
python-version: '3.12'
3232

3333
- name: Install Ruby and CDDL tools
3434
run: |
@@ -151,7 +151,7 @@ jobs:
151151
- name: Set up Python
152152
uses: actions/setup-python@v4
153153
with:
154-
python-version: '3.9'
154+
python-version: '3.12'
155155

156156
- name: Install Ruby and CDDL tools
157157
run: |

0 commit comments

Comments
 (0)