change to fix coretk action
This commit is contained in:
parent
bff1c26c2a
commit
cb72a70d85
1 changed files with 5 additions and 1 deletions
6
.github/workflows/coretk-checks.yml
vendored
6
.github/workflows/coretk-checks.yml
vendored
|
@ -15,7 +15,11 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pipenv
|
||||
cd coretk
|
||||
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
|
||||
cd ../coretk
|
||||
pipenv install --dev
|
||||
- name: isort
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue