Skip to content

Commit feee38e

Browse files
committed
how about this
1 parent c03a6d5 commit feee38e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/python-nightly.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,8 @@ jobs:
8282
export PATH="$PYENV_ROOT/bin:$PATH"
8383
echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH
8484
pyenv install $PYVER -v
85-
86-
#pyenv global $PYVER
87-
#pyenv rehash
85+
pyenv global $PYVER
86+
#pyenv rehash
8887
8988
- name: "Show diagnostic info"
9089
run: |

0 commit comments

Comments
 (0)