Install `pipenv` via Pipx

This commit is contained in:
Christopher C. Wells 2022-06-16 18:32:34 -07:00
parent 0b9a380c62
commit a84087edf3
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ inputs:
runs:
using: 'composite'
steps:
- name: Install Pipenv
shell: bash
run: pipx install pipenv
- uses: actions/setup-python@v4
id: setup-python
with: