Install shinylive in CI

This commit is contained in:
Bas Nijholt 2024-12-05 14:35:02 -08:00
commit d5ae46fd6e

View file

@ -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: |