Skip to content

Commit b95891a

Browse files
committed
try with locale=C
1 parent 6aec4c1 commit b95891a

1 file changed

Lines changed: 24 additions & 17 deletions

File tree

.github/workflows/pyenv_tests.yml

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,32 @@ jobs:
2323
locale
2424
sort --version
2525
set
26+
echo
2627
echo 'moopython
2728
python
2829
python1
2930
python_bar
3031
python_foo' | sort
31-
- env:
32-
PYENV_ROOT: /home/runner/work/pyenv/pyenv
33-
run: |
34-
echo $PYENV_ROOT
35-
echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH
36-
- name: Run test on the host
37-
run: |
38-
make test
39-
- name: Run test with docker
40-
if: ${{ ! contains(matrix.os, 'macos') }}
41-
run: |
42-
make test-docker
43-
- env:
44-
PYENV_NATIVE_EXT: 1
45-
run: |
46-
(cd src; ./configure; make)
47-
bats/bin/bats test/{pyenv,hooks,versions}.bats
32+
echo
33+
echo 'moopython
34+
python
35+
python1
36+
python_bar
37+
python_foo' | LANG=C LC_ALL=C sort
38+
# - env:
39+
# PYENV_ROOT: /home/runner/work/pyenv/pyenv
40+
# run: |
41+
# echo $PYENV_ROOT
42+
# echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH
43+
# - name: Run test on the host
44+
# run: |
45+
# make test
46+
# - name: Run test with docker
47+
# if: ${{ ! contains(matrix.os, 'macos') }}
48+
# run: |
49+
# make test-docker
50+
# - env:
51+
# PYENV_NATIVE_EXT: 1
52+
# run: |
53+
# (cd src; ./configure; make)
54+
# bats/bin/bats test/{pyenv,hooks,versions}.bats

0 commit comments

Comments
 (0)