Skip to content

Commit 5d4130f

Browse files
authored
Update test-python.yml using some diff python version
1 parent f28ddba commit 5d4130f

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/test-python.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@ jobs:
1515
- name: Setup Python
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: '3.x'
19-
18+
python-version: '3.12.1'
19+
20+
- name: Verify Python
21+
run: |
22+
python --version
23+
which python
24+
2025
- name: Check Python
2126
run: |
2227
python --version

0 commit comments

Comments
 (0)