tweak github action to sync pipenv and not install newer packages
This commit is contained in:
parent
1efa1284bb
commit
6616f104e6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/daemon-checks.yml
vendored
2
.github/workflows/daemon-checks.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
cp setup.py.in setup.py
|
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/True/False/g' core/constants.py
|
sed -i 's/True/False/g' core/constants.py
|
||||||
pipenv install --dev
|
pipenv sync --dev
|
||||||
- name: isort
|
- name: isort
|
||||||
run: |
|
run: |
|
||||||
cd daemon
|
cd daemon
|
||||||
|
|
Loading…
Add table
Reference in a new issue