Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Jun 6, 2024
1 parent 241d16e commit c192adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ jobs:
choco install pyenv-win -y
echo "PATH=$PATH;$HOME/.pyenv/pyenv-win/bin;$HOME/.pyenv/pyenv-win/shims" >> $GITHUB_ENV
echo "PYENV_ROOT=$HOME/.pyenv" >> $GITHUB_ENV
eval "$(pyenv virtualenv-init -)"
pyenv virtualenv 3.12 my-virtual-env-3.12
shell: bash

- name: Install pyenv and pyenv-virtualenv
Expand All @@ -124,6 +122,8 @@ jobs:
curl https://pyenv.run | bash
echo "PYENV_ROOT=$HOME/.pyenv" >> $GITHUB_ENV
echo "PATH=$HOME/.pyenv/bin:$PATH" >> $GITHUB_ENV
eval "$(pyenv virtualenv-init -)"
pyenv virtualenv 3.12 my-virtual-env-3.12
shell: bash

- name: Check Pyenv version
Expand Down

0 comments on commit c192adc

Please sign in to comment.