mirror of https://github.com/snachodog/mybuddy.git
Use `requirements.txt` as `Pipenv.lock` isn't committed
This commit is contained in:
parent
3601a0897f
commit
0b9a380c62
|
@ -13,6 +13,7 @@ runs:
|
|||
with:
|
||||
python-version: ${{ inputs.python-version }}
|
||||
cache: 'pipenv'
|
||||
cache-dependency-path: 'requirements.txt'
|
||||
- name: Install Python dependencies
|
||||
shell: bash
|
||||
run: pipenv install --dev
|
||||
|
|
Loading…
Reference in New Issue