remove setup.py reference from github action
This commit is contained in:
parent
8c50d08121
commit
0cd3f6115d
1 changed files with 0 additions and 1 deletions
1
.github/workflows/daemon-checks.yml
vendored
1
.github/workflows/daemon-checks.yml
vendored
|
@ -16,7 +16,6 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
pip install poetry
|
||||
cd daemon
|
||||
cp setup.py.in setup.py
|
||||
cp core/constants.py.in core/constants.py
|
||||
sed -i 's/required=True/required=False/g' core/emulator/coreemu.py
|
||||
poetry install
|
||||
|
|
Loading…
Reference in a new issue