Skip to content

Commit 377bb3d

Browse files
authored
Not install (#1848)
1 parent add6b93 commit 377bb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
set -x -e
148148
pyenv versions
149149
pyenv install --list
150-
pyenv install ${{ matrix.python }}
150+
# pyenv install ${{ matrix.python }}
151151
pyenv local ${{ matrix.python }}
152152
pyenv versions
153153
pyenv version

0 commit comments

Comments
 (0)