echo $GITHUB_PATH
This commit is contained in:
parent
63a6f1bec4
commit
acb5f572b2
3
.github/workflows/ubuntu_tests.yml
vendored
3
.github/workflows/ubuntu_tests.yml
vendored
@ -25,8 +25,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo $PYENV_ROOT
|
echo $PYENV_ROOT
|
||||||
echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH
|
echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH
|
||||||
|
echo $GITHUB_PATH
|
||||||
bin/pyenv install ${{ matrix.python-version }}
|
bin/pyenv install ${{ matrix.python-version }}
|
||||||
bin/pyenv global ${{ matrix.python-version }}
|
bin/pyenv global ${{ matrix.python-version }}
|
||||||
bin/pyenv rehash
|
bin/pyenv rehash
|
||||||
python --version
|
python --version
|
||||||
python -m pip --version
|
python -m pip --version
|
||||||
|
- run: python --version
|
||||||
|
- run: python -m pip --version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user