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:
|
with:
|
||||||
python-version: ${{ inputs.python-version }}
|
python-version: ${{ inputs.python-version }}
|
||||||
cache: 'pipenv'
|
cache: 'pipenv'
|
||||||
|
cache-dependency-path: 'requirements.txt'
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: pipenv install --dev
|
run: pipenv install --dev
|
||||||
|
|
Loading…
Reference in New Issue