This commit is contained in:
hoangvv 2025-01-09 18:08:37 +07:00
parent edcb7fb3b4
commit 419cbb8c75

View File

@ -15,6 +15,8 @@ jobs:
ref: ${{ github.head_ref || github.ref_name }}
- name: Create virtual environment
run: pyenv virtualenv "$(git rev-parse --short "$GITHUB_SHA")"
- name: Install dotenv
run: pip install dotenv
build:
runs-on: self-hosted
steps: