daemon: cleaned up requirement check, updated github workflow to modify correct file

This commit is contained in:
Blake Harnden 2020-06-23 09:24:40 -07:00
parent e0c9f9c832
commit 8f19ad057c
2 changed files with 6 additions and 7 deletions

View file

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