Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
akselthomsen committed Dec 10, 2024
1 parent 9c265ed commit 4b761ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ jobs:

- name: Quarto render dummy script
shell: bash
run: quarto render py_dummy.qmd
run: |
quarto render py_dummy.qmd
Rscript -e "quarto::quarto_render('py_dummy.qmd')"
- uses: r-lib/actions/check-r-package@v2
with:
Expand Down

0 comments on commit 4b761ca

Please sign in to comment.