Skip to content

Commit ad07ecb

Browse files
committed
Show PATH on CI
Along with the version and platform information that is already shown. This is to make debugging easier.
1 parent 61d1fba commit ad07ecb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cygwin-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
python -c 'import sys; print(sys.platform)'
7474
python -c 'import os; print(os.name)'
7575
python -c 'import git; print(git.compat.is_win)' # NOTE: Deprecated. Use os.name directly.
76+
printenv PATH | tr ':' '\n'
7677
7778
- name: Test with pytest
7879
run: |

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
python -c 'import sys; print(sys.platform)'
6666
python -c 'import os; print(os.name)'
6767
python -c 'import git; print(git.compat.is_win)' # NOTE: Deprecated. Use os.name directly.
68+
printenv PATH | tr ':' '\n'
6869
6970
- name: Check types with mypy
7071
run: |

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy