update
This commit is contained in:
parent
7a176c0cdd
commit
85ba631e9e
3
.github/workflows/setup_docker.yml
vendored
3
.github/workflows/setup_docker.yml
vendored
@ -23,6 +23,9 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.ref_name }}
|
ref: ${{ github.ref_name }}
|
||||||
|
- name: Clean up Virtual Environment
|
||||||
|
run: ./setup/clean_up_virtualenvs.sh 0
|
||||||
|
|
||||||
- name: Create Virtual Environment
|
- name: Create Virtual Environment
|
||||||
run: pyenv virtualenv "${{ github.ref_name }}-$(git rev-parse --short "$GITHUB_SHA")"
|
run: pyenv virtualenv "${{ github.ref_name }}-$(git rev-parse --short "$GITHUB_SHA")"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user