Skip to content

Commit

Permalink
[ci] Launch CI on 4 latest python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nrybowski committed Dec 20, 2024
1 parent 069d9ee commit 2a3e05d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-20.04
env:
PYENV_ROOT: "$HOME/.pyenv"
PATH: "$PYENV_ROOT/bin:$PATH"
# PATH: "$PYENV_ROOT/bin:$PATH"

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -46,7 +46,7 @@ jobs:
# echo "eval \"$(pyenv init -)\"" >> ~/.bashrc
# source ~/.bashrc
# echo "PYENV_ROOT=\"$HOME/.pyenv\"" >> $env:GITHUB_ENV
# [[ -d $PYENV_ROOT/bin ]] && echo "PATH=\"$PYENV_ROOT/bin:$PATH\"" >> $env:GITHUB_ENV
[[ -d $PYENV_ROOT/bin ]] && echo "$PYENV_ROOT/bin" >> $GITHUB_PATH
eval "$(pyenv init -)"
pyenv install ${{ matrix.python_version }}
pyenv global ${{ matrix.python_version }}
Expand All @@ -58,7 +58,7 @@ jobs:
run: |
# export PYENV_ROOT="$HOME/.pyenv"
# [[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
# eval "$(pyenv init -)"
sudo systemctl start mongod
sudo systemctl start docker
coverage --version
Expand Down

0 comments on commit 2a3e05d

Please sign in to comment.