Skip to content

Commit

Permalink
install tinytex in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Mar 19, 2024
1 parent f5889c7 commit cc97e8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ jobs:

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
tinytex: true

- name: Install D2
run: curl -fsSL https://d2lang.com/install.sh | sh -s --

- name: Render Quarto document
run: |
for file in $(find tests -name "*.qmd"); do
echo ">> Rendering $file"
quarto render $file
done
Expand Down

0 comments on commit cc97e8b

Please sign in to comment.