mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-27 12:24:19 +02:00
Auto reload YAML config changes (#573)
* Update __init__.py * Update __init__.py * skip installing codecov * remove in CI * test 2023.4.6 --------- Co-authored-by: Bas Nijholt <bas@nijho.lt>
This commit is contained in:
parent
a888afd6dc
commit
adf0d0cf30
3 changed files with 12 additions and 4 deletions
|
|
@ -36,6 +36,8 @@ runs:
|
|||
run: |
|
||||
echo "::warning::### WARNING! Deprecation warnings muted with option '--use-pep517' please address this at some point in pytest.yaml. ###"
|
||||
pip install -r core/requirements.txt --use-pep517
|
||||
# because they decided to pull codecov the package from PyPI...
|
||||
sed -i '/codecov/d' core/requirements_test.txt
|
||||
pip install -r core/requirements_test.txt --use-pep517
|
||||
pip install -e core/ --use-pep517
|
||||
pip install ulid-transform # this is in Adaptive-lighting's manifest.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue