update
Some checks failed
Setup Docker Action / setup_docker (3.12.7) (push) Has been skipped
Setup Native Action / setup_native (3.12.7) (push) Failing after 23s

This commit is contained in:
hoangvv 2025-01-14 18:18:14 +07:00
parent 58d617c430
commit 726b205932

View File

@ -34,6 +34,7 @@ jobs:
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
pyenv activate "${{ github.ref_name }}-$(git rev-parse --short "$GITHUB_SHA")"
- name: Install dotenv
run: pip install python-dotenv