one further step back in pipenv-land

This commit is contained in:
stvnrlly
2023-08-22 18:12:51 -04:00
parent 266416f07b
commit 8eba976ec1

View File

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