Use pipenv version 2022.8.24 for GitHub Actions

This commit is contained in:
Jonah Aragon 2022-09-01 21:32:26 -05:00
parent b5205aee77
commit 5f970c58ac
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
run: |
pip install pipenv
pip install -Iv pipenv==2022.8.24
pipenv install
- name: Build website

View File

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