Skip to content

Commit

Permalink
update sourcing
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr0id committed Jul 23, 2024
1 parent 7675828 commit b6296da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
echo 'PYENV_ROOT="$HOME/.pyenv"' >> $GITHUB_ENV
echo '[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"' >> $GITHUB_ENV
echo 'eval "$(pyenv init -)"' >> $GITHUB_ENV
echo 'eval "$(pyenv virtualenv-init -)"' >> $GITHUB_ENV
source $GITHUB_ENV
- name: Set up Python ${{ matrix.python-version }} with pyenv
env:
Expand Down

0 comments on commit b6296da

Please sign in to comment.