We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9076a16 commit 3bd7c51Copy full SHA for 3bd7c51
tests/run-tests.sh
@@ -43,7 +43,7 @@ then
43
# Save possible activated virtualenv for later restauration
44
OLD_VIRTUAL_ENV=$VIRTUAL_ENV
45
echo "> Activating virtualenv from .venv for Python tests in Quarto"
46
- source "$QUARTO_ROOT/tests/bin/activate"
+ source "${QUARTO_ROOT}/tests/.venv/bin/activate"
47
echo "> Using Python from $(which python)"
48
echo "> VIRTUAL_ENV: ${VIRTUAL_ENV}"
49
quarto_venv_activated="true"
0 commit comments