update @docker
Some checks failed
Setup Docker Action / setup_docker (3.12.7) (push) Failing after 24s
Setup Native Action / setup_native (3.12.7) (push) Successful in 56s

This commit is contained in:
hoangvv 2025-01-14 18:43:35 +07:00
parent bcc66013b4
commit fa2cef9515

View File

@ -27,6 +27,7 @@ jobs:
eval "$(pyenv virtualenv-init -)"
pyenv virtualenv ${{ matrix.python }} "${{ github.ref_name }}-$(git rev-parse --short "$GITHUB_SHA")"
- name: Activate Virtual Environment
run: |
export PATH="$HOME/.pyenv/bin:$PATH"