File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments