Skip to content

Commit

Permalink
Show PATH on CI
Browse files Browse the repository at this point in the history
Along with the version and platform information that is already
shown. This is to make debugging easier.
  • Loading branch information
EliahKagan committed Nov 24, 2023
1 parent 61d1fba commit ad07ecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cygwin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
python -c 'import sys; print(sys.platform)'
python -c 'import os; print(os.name)'
python -c 'import git; print(git.compat.is_win)' # NOTE: Deprecated. Use os.name directly.
printenv PATH | tr ':' '\n'
- name: Test with pytest
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
python -c 'import sys; print(sys.platform)'
python -c 'import os; print(os.name)'
python -c 'import git; print(git.compat.is_win)' # NOTE: Deprecated. Use os.name directly.
printenv PATH | tr ':' '\n'
- name: Check types with mypy
run: |
Expand Down

0 comments on commit ad07ecb

Please sign in to comment.