update
All checks were successful
Setup Docker Action / setup_docker (3.12.7) (push) Successful in 5m37s
All checks were successful
Setup Docker Action / setup_docker (3.12.7) (push) Successful in 5m37s
This commit is contained in:
parent
27191a1e38
commit
40d58fe441
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user