Spaces:
Sleeping
Sleeping
update workflow file to include jinja2
Browse files
.github/workflows/deploy.yml
CHANGED
|
@@ -28,7 +28,7 @@ jobs:
|
|
| 28 |
|
| 29 |
- name: 📦 Install dependencies
|
| 30 |
run: |
|
| 31 |
-
uv pip install marimo
|
| 32 |
|
| 33 |
- name: 🛠️ Export notebooks
|
| 34 |
run: |
|
|
|
|
| 28 |
|
| 29 |
- name: 📦 Install dependencies
|
| 30 |
run: |
|
| 31 |
+
uv pip install marimo jinja2
|
| 32 |
|
| 33 |
- name: 🛠️ Export notebooks
|
| 34 |
run: |
|