mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Update ubuntu_tests.yml
This commit is contained in:
parent
36efced5b7
commit
bc185d76cd
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ubuntu_tests.yml
vendored
4
.github/workflows/ubuntu_tests.yml
vendored
|
@ -19,7 +19,10 @@ jobs:
|
|||
libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \
|
||||
xz-utils tk-dev libffi-dev liblzma-dev python-openssl git
|
||||
# https://github.com/pyenv/pyenv#installation
|
||||
- run: echo "$HOME/bin" >> $GITHUB_PATH
|
||||
- run: echo "$HOME/.local/bin" >> $GITHUB_PATH
|
||||
- run: pwd
|
||||
- run: echo $GITHUB_PATH
|
||||
# - run: echo 'export PYENV_ROOT=$(pwd)' >> ~/.bash_profile
|
||||
# - run: echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bash_profile
|
||||
- run: echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\n eval "$(pyenv init -)"\nfi' >> ~/.bash_profile
|
||||
|
@ -28,6 +31,7 @@ jobs:
|
|||
- env:
|
||||
PYENV_ROOT: $HOME"
|
||||
run: |
|
||||
echo $PYENV_ROOT
|
||||
pyenv install ${{ matrix.python-version }}
|
||||
pyenv global ${{ matrix.python-version }}
|
||||
pyenv rehash
|
||||
|
|
Loading…
Reference in a new issue