pipenv in gh actions

This commit is contained in:
stvnrlly
2022-11-08 09:44:41 -05:00
parent e44fe2eb11
commit a0e4e184a9
5 changed files with 18 additions and 9 deletions

View File

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