We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f5d29 commit 0d50116Copy full SHA for 0d50116
.github/workflows/python-app.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Check Python version
37
run: |
38
- echo "Python path: ${PYTHONPATH}"
+ echo "Python path: $PATH"
39
/opt/hostedtoolcache/Python/3.9.18/x64/python --version
40
python --version
41
0 commit comments