Update ubuntu_tests.yml

This commit is contained in:
Christian Clauss 2021-02-24 12:16:02 +01:00 committed by GitHub
parent bc185d76cd
commit 61e2f742fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,21 +19,14 @@ jobs:
libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \ libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \
xz-utils tk-dev libffi-dev liblzma-dev python-openssl git xz-utils tk-dev libffi-dev liblzma-dev python-openssl git
# https://github.com/pyenv/pyenv#installation # https://github.com/pyenv/pyenv#installation
- run: echo "$HOME/bin" >> $GITHUB_PATH
- run: echo "$HOME/.local/bin" >> $GITHUB_PATH
- run: pwd - 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
# - run: cd $(pyenv root) && git pull || true
- run: git pull
- env: - env:
PYENV_ROOT: $HOME" PYENV_ROOT: $HOME
run: | run: |
echo $PYENV_ROOT echo $PYENV_ROOT
pyenv install ${{ matrix.python-version }} bin/pyenv init -
pyenv global ${{ matrix.python-version }} bin/pyenv install ${{ matrix.python-version }}
pyenv rehash bin/pyenv global ${{ matrix.python-version }}
bin/pyenv rehash
python --version python --version
python -m pip --version python -m pip --version