mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-16 00:34:04 +02:00
Squashed commit of the following:
commit1edaf1d7edMerge:0e7e06ea888afdAuthor: Benjamin Auquite <halomastar@gmail.com> Date: Mon Apr 10 12:57:30 2023 -0500 Merge branch 'main' into unconventional_sunrise_sunset_times commit0e7e06e8a4Merge:8fa554afe7bdd3Author: Benjamin Auquite <halomastar@gmail.com> Date: Sat Apr 8 20:23:20 2023 -0500 Merge branch 'main' into unconventional_sunrise_sunset_times commit8fa554a4e7Merge:ec64eda39e9d0eAuthor: Benjamin Auquite <halomastar@gmail.com> Date: Sat Apr 8 00:50:16 2023 -0500 merge commitec64eda6bfMerge:8353db5744e43fAuthor: Benjamin Auquite <halomastar@gmail.com> Date: Tue Apr 4 21:08:54 2023 -0500 Merge branch 'main' into unconventional_sunrise_sunset_times commit8353db54ccAuthor: Benjamin Auquite <halomastar@gmail.com> Date: Tue Apr 4 00:56:24 2023 -0500 tests are unfinished commit6cb24116c0Author: Benjamin Auquite <halomastar@gmail.com> Date: Mon Apr 3 21:17:01 2023 -0500 Update switch.py
This commit is contained in:
parent
ce4e04358e
commit
9bec45b63c
3 changed files with 172 additions and 5 deletions
|
|
@ -34,9 +34,10 @@ 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. ###"
|
||||
echo "::warning::### WARNING! Deprecation warnings muted with option '--use-pep517' please address this at some point in '\workflows\install_dependencies\action.yml'. ###"
|
||||
pip install -r core/requirements.txt --use-pep517
|
||||
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
|
||||
pip install jaraco --use-pep517
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue