Skip to content

Commit 3bd7c51

Browse files
committed
correct path for activating .venv
1 parent 9076a16 commit 3bd7c51

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
@@ -43,7 +43,7 @@ then
4343
# Save possible activated virtualenv for later restauration
4444
OLD_VIRTUAL_ENV=$VIRTUAL_ENV
4545
echo "> Activating virtualenv from .venv for Python tests in Quarto"
46-
source "$QUARTO_ROOT/tests/bin/activate"
46+
source "${QUARTO_ROOT}/tests/.venv/bin/activate"
4747
echo "> Using Python from $(which python)"
4848
echo "> VIRTUAL_ENV: ${VIRTUAL_ENV}"
4949
quarto_venv_activated="true"

0 commit comments

Comments
 (0)