File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -91,15 +91,19 @@ jobs:
9191 export PYENV_ROOT="$HOME/.pyenv"
9292 ls -lR $PYENV_ROOT/versions
9393
94- - name : " What's in /usr/local/lib64 "
94+ - name : " Try the thing "
9595 run : |
96- export PYENV_ROOT="$HOME/.pyenv"
97- ls -lR /usr/local/lib64
98-
99- - name : " What's in /usr/local/lib"
100- run : |
101- export PYENV_ROOT="$HOME/.pyenv"
102- ls -lR /usr/local/lib
96+ python -c "import _posixsubprocess as psp; print(psp)"
97+
98+ # - name: "What's in /usr/local/lib64"
99+ # run: |
100+ # export PYENV_ROOT="$HOME/.pyenv"
101+ # ls -lR /usr/local/lib64
102+ #
103+ # - name: "What's in /usr/local/lib"
104+ # run: |
105+ # export PYENV_ROOT="$HOME/.pyenv"
106+ # ls -lR /usr/local/lib
103107
104108 - name : " Show diagnostic info"
105109 run : |
You can’t perform that action at this time.
0 commit comments