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
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

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

View File

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