This commit is contained in:
parent
04d78cb7d1
commit
202e59096b
@ -23,6 +23,7 @@ jobs:
|
|||||||
run: pyenv virtualenv "${{ github.ref_name }}-$(git rev-parse --short "$GITHUB_SHA")"
|
run: pyenv virtualenv "${{ github.ref_name }}-$(git rev-parse --short "$GITHUB_SHA")"
|
||||||
- name: Activate Virtual Environment
|
- name: Activate Virtual Environment
|
||||||
run: pyenv activate "${{ github.ref_name }}-$(git rev-parse --short "$GITHUB_SHA")"
|
run: pyenv activate "${{ github.ref_name }}-$(git rev-parse --short "$GITHUB_SHA")"
|
||||||
|
|
||||||
- name: Install dotenv
|
- name: Install dotenv
|
||||||
run: pip install python-dotenv
|
run: pip install python-dotenv
|
||||||
- name: Update Tag
|
- name: Update Tag
|
||||||
|
Loading…
Reference in New Issue
Block a user