Skip to content

Commit add6b93

Browse files
authored
Use pyenv local (#1847)
1 parent 0cf0242 commit add6b93

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
@@ -148,7 +148,7 @@ jobs:
148148
pyenv versions
149149
pyenv install --list
150150
pyenv install ${{ matrix.python }}
151-
pyenv shell ${{ matrix.python }}
151+
pyenv local ${{ matrix.python }}
152152
pyenv versions
153153
pyenv version
154154
pyenv which python

0 commit comments

Comments
 (0)