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

@@ -48,8 +48,8 @@ jobs:
- uses: ./.github/actions/setup-project
- name: Create requirements.txt because Cloud Foundry does a weird pipenv thing
run: pipenv requirements > requirements.txt
- name: Create requirements.txt
run: poetry export --without-hashes --format=requirements.txt > requirements.txt
- name: Deploy to cloud.gov
uses: 18f/cg-deploy-action@main