That was silly

This commit is contained in:
2021-02-23 01:27:42 +00:00
parent 238d53a547
commit d1069a1745

View File

@@ -25,7 +25,6 @@ jobs:
path: ${{ env.pythonLocation }} path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('Pipfile.lock') }} key: ${{ env.pythonLocation }}-${{ hashFiles('Pipfile.lock') }}
- name: Install Dependencies - name: Install Dependencies
if: steps.pcache.outputs.cache-hit != 'true'
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install pipenv pip install pipenv