Re-lock pipenv version to the last working version

This commit is contained in:
Trenton Holmes 2022-10-09 17:26:11 -07:00 committed by Trenton H
parent 77b3aa5011
commit a3be3bb71a

View File

@ -107,7 +107,7 @@ jobs:
-
name: Install pipenv
run: |
pipx install pipenv
pipx install pipenv==2022.10.4
pipenv --version
-
name: Set up Python