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