tweak github action to sync pipenv and not install newer packages

This commit is contained in:
Blake Harnden 2020-03-30 10:19:23 -07:00
parent 1efa1284bb
commit 6616f104e6

View file

@ -19,7 +19,7 @@ jobs:
cp setup.py.in setup.py
cp core/constants.py.in core/constants.py
sed -i 's/True/False/g' core/constants.py
pipenv install --dev
pipenv sync --dev
- name: isort
run: |
cd daemon