mirror of https://github.com/snachodog/mybuddy.git
Install `pipenv` via Pipx
This commit is contained in:
parent
0b9a380c62
commit
a84087edf3
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue