Skip to content

Commit 52f3621

Browse files
Update python-app.yml
1 parent 9e7dc23 commit 52f3621

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-app.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ jobs:
3434

3535

3636
- name: Check Python version
37-
run: python --version
37+
run: |
38+
echo "Python path: $PYTHONPATH"
39+
/opt/hostedtoolcache/Python/3.9.18/x64/python --version
40+
python --version
3841
3942
4043

0 commit comments

Comments
 (0)