merge from main

This commit is contained in:
Kenneth Kehl
2023-08-23 07:28:00 -07:00
parent 8f4fd494c5
commit 3109476637

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.7.23
- name: Install application dependencies
shell: bash
run: make bootstrap