mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
echo $GITHUB_PATH
This commit is contained in:
parent
63a6f1bec4
commit
acb5f572b2
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ubuntu_tests.yml
vendored
3
.github/workflows/ubuntu_tests.yml
vendored
|
@ -25,8 +25,11 @@ jobs:
|
|||
run: |
|
||||
echo $PYENV_ROOT
|
||||
echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH
|
||||
echo $GITHUB_PATH
|
||||
bin/pyenv install ${{ matrix.python-version }}
|
||||
bin/pyenv global ${{ matrix.python-version }}
|
||||
bin/pyenv rehash
|
||||
python --version
|
||||
python -m pip --version
|
||||
- run: python --version
|
||||
- run: python -m pip --version
|
||||
|
|
Loading…
Reference in a new issue