improvement to github action isort check to print change needed, added pipenv install to be verbose
This commit is contained in:
parent
6616f104e6
commit
52ff5ce62b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/daemon-checks.yml
vendored
4
.github/workflows/daemon-checks.yml
vendored
|
@ -19,11 +19,11 @@ jobs:
|
|||
cp setup.py.in setup.py
|
||||
cp core/constants.py.in core/constants.py
|
||||
sed -i 's/True/False/g' core/constants.py
|
||||
pipenv sync --dev
|
||||
pipenv -v sync --dev
|
||||
- name: isort
|
||||
run: |
|
||||
cd daemon
|
||||
pipenv run isort -c
|
||||
pipenv run isort -c -df
|
||||
- name: black
|
||||
run: |
|
||||
cd daemon
|
||||
|
|
Loading…
Reference in a new issue