Skip to content

Commit a419662

Browse files
authored
Add PYENV_ROOT to GITHUB_PATH in workflow
1 parent 5738980 commit a419662

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
curl https://pyenv.run | bash
3939
export PYENV_ROOT="$HOME/.pyenv"
4040
export PATH="$PYENV_ROOT/bin:$PATH"
41+
echo "$PYENV_ROOT/bin:$PATH" >> $GITHUB_PATH
4142
eval "$(pyenv init -)"
4243
pyenv install -s 3.5.10
4344
pyenv global 3.5.10

0 commit comments

Comments
 (0)