Skip to content

Commit

Permalink
Fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr0id committed Jul 23, 2024
1 parent 4965979 commit 61c6d73
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
curl https://pyenv.run | bash
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
echo "WOW"
echo 'eval "$(pyenv init -)"'
echo 'eval "$(pyenv virtualenv-init -)"'
source $GITHUB_ENV
- name: Set up Python ${{ matrix.python-version }} with pyenv
Expand Down

0 comments on commit 61c6d73

Please sign in to comment.