update
All checks were successful
Setup Docker Action / setup_docker (3.12.7) (push) Successful in 5m37s

This commit is contained in:
hoangvv 2025-01-14 14:24:32 +07:00
parent 27191a1e38
commit 40d58fe441

View File

@ -21,7 +21,10 @@ jobs:
# - name: Create Virtual Environment
# run: pyenv virtualenv "${{ github.ref_name }}-$(git rev-parse --short "$GITHUB_SHA")"
- name: Fix Permissons
run: |
sudo chown -R $(whoami):$(whoami) ~/.cache && \
sudo chmod -R 755 ~/.cache
- name: Install dotenv
run: pip install python-dotenv