This commit is contained in:
hoangvv 2025-01-09 18:12:58 +07:00
parent 419cbb8c75
commit b9c896af8a

View File

@ -16,7 +16,7 @@ jobs:
- name: Create virtual environment - name: Create virtual environment
run: pyenv virtualenv "$(git rev-parse --short "$GITHUB_SHA")" run: pyenv virtualenv "$(git rev-parse --short "$GITHUB_SHA")"
- name: Install dotenv - name: Install dotenv
run: pip install dotenv run: sudo apt install python3-dotenv
build: build:
runs-on: self-hosted runs-on: self-hosted
steps: steps: