Skip to content

Commit 74f562a

Browse files
Update issue-791.yml
1 parent e8c2acc commit 74f562a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/issue-791.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
uses: actions/setup-python@v5
1313
with:
1414
python-version: '3.9'
15-
- name: python version
16-
run: python --version
17-
15+
- name: Check Python version
16+
run: |
17+
echo "Python path: $PYTHONPATH"
18+
echo "/opt/hostedtoolcache/Python/3.9.18/x64/python --version"
19+
echo "python --version"
1820

0 commit comments

Comments
 (0)