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 21s

This commit is contained in:
hoangvv 2025-01-14 18:14:06 +07:00
parent 1d4a711a35
commit 58d617c430

View File

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