switch from pipenv to poetry

This commit is contained in:
Kenneth Kehl
2023-09-01 07:56:02 -07:00
parent b5d795e09e
commit e8d7d91402
12 changed files with 3522 additions and 2307 deletions

View File

@@ -13,9 +13,9 @@ runs:
uses: actions/setup-python@v3
with:
python-version: "3.9"
- name: Install pipenv
- name: Install poetry
shell: bash
run: pip install pipenv==2023.7.23
run: pip install poetry
- name: Install application dependencies
shell: bash
run: make bootstrap