Skip to content

Commit d6447a5

Browse files
authored
Update python-package.yml
1 parent 51235e6 commit d6447a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-package.yml

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: Print installed packages
4141
run: |
4242
python -m pip list
43+
- name: Print PYTHONPATH
44+
run: |
45+
echo "PYTHONPATH: $PYTHONPATH"
4346
4447
- name: install package
4548
run: |

0 commit comments

Comments
 (0)