From f775cee7ddac5c959d86810f18143e505b7dc1fa Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Wed, 24 Feb 2021 22:42:30 +0000 Subject: [PATCH] Should fix CI --- .github/workflows/django.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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