ci: keep runtime golden check yaml-safe
This commit is contained in:
@@ -302,9 +302,7 @@ jobs:
|
||||
set -euo pipefail
|
||||
test -f /app/uv.lock
|
||||
test \"\$(sha256sum /app/uv.lock | awk '{ print \$1 }')\" = '${lockfile_sha}'
|
||||
/app/.venv/bin/python - <<'PY'
|
||||
import polymorphic
|
||||
PY
|
||||
/app/.venv/bin/python -c 'import polymorphic'
|
||||
"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user