daemon: cleaned up requirement check, updated github workflow to modify correct file
This commit is contained in:
parent
e0c9f9c832
commit
8f19ad057c
2 changed files with 6 additions and 7 deletions
2
.github/workflows/daemon-checks.yml
vendored
2
.github/workflows/daemon-checks.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue