mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-16 16:54:04 +02:00
Fix Shiny WebApp (#1127)
* Use requirements.txt.in * Include webapp/color_and_brightness.py * Fix Shiny WebApp * Install shinylive in CI
This commit is contained in:
parent
4739863fb2
commit
8fb9493a40
6 changed files with 535 additions and 89 deletions
3
.github/workflows/deploy-webapp.yml
vendored
3
.github/workflows/deploy-webapp.yml
vendored
|
|
@ -39,7 +39,8 @@ jobs:
|
|||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
pip install -r webapp/requirements-locked.txt
|
||||
pip install -r webapp/requirements.txt
|
||||
pip install shinylive
|
||||
|
||||
- name: Build the WebAssembly app
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue