We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d1fba commit ad07ecbCopy full SHA for ad07ecb
.github/workflows/cygwin-test.yml
@@ -73,6 +73,7 @@ jobs:
73
python -c 'import sys; print(sys.platform)'
74
python -c 'import os; print(os.name)'
75
python -c 'import git; print(git.compat.is_win)' # NOTE: Deprecated. Use os.name directly.
76
+ printenv PATH | tr ':' '\n'
77
78
- name: Test with pytest
79
run: |
.github/workflows/pythonpackage.yml
@@ -65,6 +65,7 @@ jobs:
65
66
67
68
69
70
- name: Check types with mypy
71
0 commit comments