Haleshot commited on
Commit
8e4ab22
·
unverified ·
1 Parent(s): 8ee391d

update workflow file to include jinja2

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +1 -1
.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: |