Should fix CI

This commit is contained in:
2021-02-24 22:42:30 +00:00
parent f5d875d153
commit f775cee7dd

View File

@@ -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