Skip to content

Commit

Permalink
Use pyenv local (#1847)
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang authored Sep 8, 2023
1 parent 0cf0242 commit add6b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
pyenv versions
pyenv install --list
pyenv install ${{ matrix.python }}
pyenv shell ${{ matrix.python }}
pyenv local ${{ matrix.python }}
pyenv versions
pyenv version
pyenv which python
Expand Down

0 comments on commit add6b93

Please sign in to comment.