Skip to content

Commit ed10c4a

Browse files
committed
use no prompt syntax when running tests
1 parent fad79a0 commit ed10c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ source bin/activate
3333
python3 -m pip install -r requirements.txt -q
3434

3535
# Ensure that tinytex is installed
36-
quarto tools install tinytex
36+
quarto install tool tinytex --no-prompt
3737

3838
"${DENO_DIR}/tools/deno" test ${QUARTO_DENO_OPTIONS} ${QUARTO_DENO_EXTRA_OPTIONS} "${QUARTO_IMPORT_ARGMAP}" $@
3939

0 commit comments

Comments
 (0)