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:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Pipenv
|
||||||
|
shell: bash
|
||||||
|
run: pipx install pipenv
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
id: setup-python
|
id: setup-python
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue