This commit is contained in:
parent
9cd59a1e20
commit
33e3462f54
@ -16,22 +16,6 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.ref_name }}
|
||||
- name: Set up pyenv
|
||||
run: |
|
||||
curl https://pyenv.run | bash
|
||||
export PATH="$HOME/.pyenv/bin:$PATH"
|
||||
eval "$(pyenv init --path)"
|
||||
eval "$(pyenv init -)"
|
||||
eval "$(pyenv virtualenv-init -)"
|
||||
|
||||
- name: Install Python with pyenv
|
||||
run: |
|
||||
export PATH="$HOME/.pyenv/bin:$PATH"
|
||||
eval "$(pyenv init --path)"
|
||||
eval "$(pyenv init -)"
|
||||
eval "$(pyenv virtualenv-init -)"
|
||||
pyenv install ${{ matrix.python }} -s
|
||||
|
||||
- name: Clean up Virtual Environment
|
||||
run: ./setup/clean_up_virtualenvs.sh 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user