Skip to content

Commit

Permalink
remove env exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr0id committed Jul 23, 2024
1 parent be22d0f commit 6edd73a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ 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
- name: Set up Python ${{ matrix.python-version }} with pyenv
env:
Expand Down

0 comments on commit 6edd73a

Please sign in to comment.