From fd9185d4cdcdcf99eeed61c906b5217f53e1d2c8 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Thu, 5 Dec 2024 15:09:35 -0800 Subject: [PATCH] Include core 2024.9.3 until 2024.12.0 in the tests --- .github/workflows/pytest.yaml | 8 ++++++++ webapp/__init__.py | 1 + 2 files changed, 9 insertions(+) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 4d7472ded..68d4ff082 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -58,6 +58,14 @@ jobs: 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.0" - python-version: "3.12" core-version: "dev" steps: diff --git a/webapp/__init__.py b/webapp/__init__.py index e69de29bb..76d657fb6 100644 --- a/webapp/__init__.py +++ b/webapp/__init__.py @@ -0,0 +1 @@ +"""Shiny webapp for Adaptive Lighting.""" \ No newline at end of file