lock before sync

This commit is contained in:
2020-04-20 00:29:46 -05:00
committed by GitHub
parent 7dd42e355a
commit c885ed6946

View File

@@ -17,6 +17,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pipenv
pipenv lock
pipenv sync
- name: Lint
run: |