We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa30d0 commit dd566a8Copy full SHA for dd566a8
1 file changed
scripts/test_install_smoke.sh
@@ -88,8 +88,6 @@ for profile in "${PROFILES[@]}"; do
88
VIRTUAL_ENV="$venv_dir" uv pip list
89
90
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).
93
if ! "$venv_dir/bin/python" -m tests.install_smoke "$profile"; then
94
FAILED_PROFILES+=("$profile")
95
fi
0 commit comments