diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 43ca3ab5..d237c9d7 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -30,7 +30,7 @@ jobs: python -m pip install --upgrade pip pip install pipenv pipenv install -d - if: steps.pcache.outputs.cache-hit != 'true' + # if: steps.pcache.outputs.cache-hit != 'true' - name: Cache Static Files id: static-cache uses: actions/cache@v2