Use latest pipenv version for GitHub Actions

Fixes #1714
This commit is contained in:
Jonah Aragon 2022-09-06 10:23:20 -05:00
parent 54e8229454
commit 7e1f0196f9
Signed by: jonah
SSH Key Fingerprint: SHA256:oJSBSFgpWl4g+IwjL96Ya8ocGfI7r6VKnQw+257pZZ0
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ jobs:
- name: Install Python dependencies
run: |
pip install -Iv pipenv==2022.8.24
pip install pipenv
pipenv install
- name: Build website

View File

@ -42,6 +42,6 @@ jobs:
dist: site
failOnError: 'true'
build: |
pip install -Iv pipenv==2022.8.24
pip install pipenv
pipenv install
pipenv run mkdocs build --config-file mkdocs.production.yml