Skip to content

Commit 57e2295

Browse files
authored
Update import_test.yml
1 parent 717ec88 commit 57e2295

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/import_test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ jobs:
1818
with:
1919
python-version: "3.x"
2020

21-
- name: Verify Python installation
22-
run: python3 --version
21+
- name: Check Python Versions
22+
run: |
23+
which python
24+
which python3
25+
python --version
26+
python3 --version
2327
2428
- name: Import app .py files
2529
run: |

0 commit comments

Comments
 (0)