mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
Fix Docker setup and CI installation (#1212)
This commit is contained in:
parent
da4f3c16eb
commit
ded439e6f7
8 changed files with 32 additions and 66 deletions
|
|
@ -31,8 +31,11 @@ runs:
|
|||
uses: actions/setup-python@v5.3.0
|
||||
with:
|
||||
python-version: ${{ inputs.python-version }}
|
||||
- name: Set up UV
|
||||
uses: astral-sh/setup-uv@v6
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
uv venv --python ${{ inputs.python-version }}
|
||||
./scripts/setup-dependencies
|
||||
./scripts/setup-symlinks
|
||||
|
|
|
|||
56
.github/workflows/pytest.yaml
vendored
56
.github/workflows/pytest.yaml
vendored
|
|
@ -14,46 +14,22 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- python-version: "3.11"
|
||||
core-version: "2023.7.3"
|
||||
- python-version: "3.11"
|
||||
core-version: "2023.8.4"
|
||||
- python-version: "3.11"
|
||||
core-version: "2023.9.3"
|
||||
- python-version: "3.11"
|
||||
core-version: "2023.10.5"
|
||||
- python-version: "3.11"
|
||||
core-version: "2023.11.3"
|
||||
- python-version: "3.11"
|
||||
core-version: "2023.12.4"
|
||||
- python-version: "3.11"
|
||||
core-version: "2024.1.6"
|
||||
- python-version: "3.11"
|
||||
core-version: "2024.2.5"
|
||||
- python-version: "3.12"
|
||||
core-version: "2024.3.3"
|
||||
- python-version: "3.12"
|
||||
core-version: "2024.4.4"
|
||||
- python-version: "3.12"
|
||||
core-version: "2024.5.5"
|
||||
- python-version: "3.12"
|
||||
core-version: "2024.6.4"
|
||||
- python-version: "3.12"
|
||||
core-version: "2024.7.4"
|
||||
- python-version: "3.12"
|
||||
core-version: "2024.8.3"
|
||||
- python-version: "3.12"
|
||||
core-version: "2024.9.3"
|
||||
- python-version: "3.12"
|
||||
core-version: "2024.10.4"
|
||||
- python-version: "3.12"
|
||||
core-version: "2024.11.3"
|
||||
- python-version: "3.12"
|
||||
core-version: "2024.12.5"
|
||||
- python-version: "3.12"
|
||||
core-version: "2025.1.0b5"
|
||||
- python-version: "3.13"
|
||||
core-version: "dev"
|
||||
- core-version: "2024.12.5"
|
||||
python-version: "3.12"
|
||||
- core-version: "2025.1.4"
|
||||
python-version: "3.12"
|
||||
- core-version: "2025.2.5"
|
||||
python-version: "3.13"
|
||||
- core-version: "2025.3.4"
|
||||
python-version: "3.13"
|
||||
- core-version: "2025.4.4"
|
||||
python-version: "3.13"
|
||||
- core-version: "2025.5.3"
|
||||
python-version: "3.13"
|
||||
- core-version: "2025.6.1"
|
||||
python-version: "3.13"
|
||||
- core-version: "dev"
|
||||
python-version: "3.13"
|
||||
steps:
|
||||
- name: Check out code from GitHub
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
2
.github/workflows/update-readme.yml
vendored
2
.github/workflows/update-readme.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Install Home Assistant
|
||||
uses: ./.github/workflows/install_dependencies
|
||||
with:
|
||||
python-version: "3.12"
|
||||
python-version: "3.13"
|
||||
|
||||
- name: Install markdown-code-runner and README code dependencies
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue