Skip to content

Commit 7871505

Browse files
committed
use latest python ver
1 parent 05ebb1c commit 7871505

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
- name: Set up Python
2424
uses: actions/setup-python@v4
25+
with:
26+
python-version: '3.10'
2527

2628
- name: Install dependencies
2729
run: |

0 commit comments

Comments
 (0)