Skip to content

Commit a7de82b

Browse files
committed
🐛 try to get windows app building to work again
1 parent 0960f49 commit a7de82b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/cdci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,7 @@ jobs:
230230
- name: Install quarto tools
231231
run: |
232232
quarto install chromium
233-
cd docs
234-
vuegen -dir example_data/Earth_microbiome_vuegen_demo_notebook -rt pdf -qt_checks
235-
# quarto install tinytex --no-prompt
236-
# ERROR: Unable to determine latest release for rstudio/tinytex-releases
233+
quarto install tinytex --no-prompt
237234
- name: Quarto check
238235
run: |
239236
quarto check -h

0 commit comments

Comments
 (0)