install pipenv

This commit is contained in:
jonaswinkler 2021-01-10 00:54:48 +01:00
parent aa1fb63714
commit 6a355b8dff

View File

@ -21,7 +21,9 @@ jobs:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-pip3.6.8}
- name: Install dependencies
run: pipenv install --system --dev --ignore-pipfile
run: |
pip install --upgrade pipenv
pipenv install --system --dev --ignore-pipfile
- name: Make documentation
run: |
cd docs/