remove setup.py reference from github action

This commit is contained in:
Blake Harnden 2020-07-14 12:37:29 -07:00
parent 8c50d08121
commit 0cd3f6115d

View file

@ -16,7 +16,6 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install poetry pip install poetry
cd daemon cd daemon
cp setup.py.in setup.py
cp core/constants.py.in core/constants.py cp core/constants.py.in core/constants.py
sed -i 's/required=True/required=False/g' core/emulator/coreemu.py sed -i 's/required=True/required=False/g' core/emulator/coreemu.py
poetry install poetry install