Skip to content

Commit 12a708f

Browse files
committed
where do other versions get it from?
1 parent cabb016 commit 12a708f

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

.github/workflows/nightly2.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)