Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitad07ecb

Browse files
committed
Show PATH on CI
Along with the version and platform information that is alreadyshown. This is to make debugging easier.
1 parent61d1fba commitad07ecb

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)

[8]ページ先頭

©2009-2025 Movatter.jp