gh auto - update to compensate for not building setup.py
This commit is contained in:
parent
4271086422
commit
5baf4adad1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/daemon-checks.yml
vendored
1
.github/workflows/daemon-checks.yml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
pip install pipenv
|
||||
cd daemon
|
||||
cp setup.py.in setup.py
|
||||
pipenv install --dev
|
||||
- name: isort
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue