Skip to content

Commit 75f906c

Browse files
committed
[t] print locale
1 parent efd7c67 commit 75f906c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pyenv_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
if test "$RUNNER_OS" == "macOS"; then
2323
brew install coreutils fish
2424
fi
25-
- run: pwd
25+
- run: |
26+
pwd
27+
locale
2628
- env:
2729
PYENV_ROOT: /home/runner/work/pyenv/pyenv
2830
run: |

0 commit comments

Comments
 (0)