pin pipenv to older version

This commit is contained in:
stvnrlly
2023-08-22 18:10:31 -04:00
parent feebdd2f59
commit 266416f07b

View File

@@ -15,7 +15,7 @@ runs:
python-version: "3.9"
- name: Install pipenv
shell: bash
run: pip install --upgrade pipenv
run: pip install pipenv==2023.8.19
- name: Install application dependencies
shell: bash
run: make bootstrap