mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-13 23:34:04 +02:00
Install shinylive in CI
This commit is contained in:
parent
fd934efaf1
commit
d5ae46fd6e
1 changed files with 2 additions and 1 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