update
All checks were successful
Setup Docker Action / setup_docker (3.12.7) (push) Successful in 5m25s

This commit is contained in:
hoangvv 2025-01-14 14:16:26 +07:00
parent a8d8eada2a
commit 27191a1e38

View File

@ -16,11 +16,11 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
- name: Clean up Virtual Environment
run: ./setup/clean_up_virtualenvs.sh 0
# - name: Clean up Virtual Environment
# run: ./setup/clean_up_virtualenvs.sh 0
- name: Create Virtual Environment
run: pyenv virtualenv "${{ github.ref_name }}-$(git rev-parse --short "$GITHUB_SHA")"
# - name: Create Virtual Environment
# run: pyenv virtualenv "${{ github.ref_name }}-$(git rev-parse --short "$GITHUB_SHA")"
- name: Install dotenv
run: pip install python-dotenv