Use `requirements.txt` as `Pipenv.lock` isn't committed

This commit is contained in:
Christopher C. Wells 2022-06-16 18:24:58 -07:00
parent 3601a0897f
commit 0b9a380c62
1 changed files with 1 additions and 0 deletions

View File

@ -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