Skip to content

Commit 596f8b1

Browse files
wip: modify python version of github/workflow to python3.10 to comply with new requirements
1 parent 57f8f3a commit 596f8b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/core_code_checks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v3
18-
- name: Set up Python 3.8.13
18+
- name: Set up Python 3.10.14
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: '3.8.13'
21+
python-version: '3.10.14'
2222
- uses: actions/cache@v2
2323
with:
2424
path: ${{ env.pythonLocation }}

0 commit comments

Comments
 (0)