mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-12 06:44:04 +02:00
Fix devcontainer and testing Dockerfile (#962)
* Fix permissions for `scripts/setup` * Add new script * Use script * Update Dockerfile * Rename and clone * Perms * Fix * fi
This commit is contained in:
parent
9eae1501d3
commit
2f31b42cb2
6 changed files with 33 additions and 26 deletions
|
|
@ -34,11 +34,4 @@ runs:
|
|||
- name: Install dependencies
|
||||
shell: bash
|
||||
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
|
||||
pip install $(python test_dependencies.py) --use-pep517
|
||||
./scripts/install_ha
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue