Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit c45b7ce

Browse files
author
Raven
committed
Use specific Python version known to not cause errors in GitHub workflow
1 parent 84f43aa commit c45b7ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515

1616
- name: Set up Python
1717
uses: actions/setup-python@v2
18-
with:
19-
python-version: '3.x'
18+
with:
19+
python-version: '3.12.2'
2020

2121
- name: Install dependencies
2222
run: |

0 commit comments

Comments
 (0)