Might fix CI

This commit is contained in:
2021-03-15 12:18:30 +00:00
parent 6d768832f4
commit 36f83ee59b
2 changed files with 160 additions and 168 deletions

View File

@@ -27,8 +27,7 @@ jobs:
${{ runner.os }}-pipenv-
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install pipenv
python -m pip install --upgrade pip pipenv
pipenv install -d
# if: steps.pcache.outputs.cache-hit != 'true'
- name: Cache Static Files