Skip to content

Commit dd566a8

Browse files
committed
Update
1 parent 6aa30d0 commit dd566a8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

scripts/test_install_smoke.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ for profile in "${PROFILES[@]}"; do
8888
VIRTUAL_ENV="$venv_dir" uv pip list
8989

9090
echo "--- Running smoke test (imports + runtime checks) ---"
91-
# Invoked as `python -m` from REPO_ROOT so the harness package is
92-
# importable from the smoke venv (which has no pytest / dev deps).
9391
if ! "$venv_dir/bin/python" -m tests.install_smoke "$profile"; then
9492
FAILED_PROFILES+=("$profile")
9593
fi

0 commit comments

Comments
 (0)