Skip to content

Commit ad1a1f2

Browse files
authored
Set the version of python to the MSV
1 parent 2f8427c commit ad1a1f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-python@v5
14+
with:
15+
python-version: '3.10'
1416
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)