Skip to content

Commit

Permalink
Setup pyenv virtualenv-init
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Dec 25, 2023
1 parent 23c8112 commit dff9a58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
curl https://pyenv.run | bash;
export PATH="$HOME/.pyenv/bin:$PATH";
echo "PATH=$PATH" >> $GITHUB_ENV;
echo "$(pyenv virtualenv-init -)" >> $GITHUB_ENV;
- name: Cache PROJECT_DATA
id: cache-project-data
uses: actions/cache@v3
Expand Down

0 comments on commit dff9a58

Please sign in to comment.