Keep runtime builder path stable [skip ci]

This commit is contained in:
2026-08-04 16:34:07 +02:00
parent 8aba74e01e
commit 8262215fcd
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -143,6 +143,7 @@ class PackageRegistryReleaseTests(unittest.TestCase):
"--package-lock runtime-output/package-artifacts.lock.json",
workflow,
)
self.assertIn('PYTHON="$PWD/.runtime-build/bin/python"', workflow)
self.assertNotIn(
"pip wheel --no-deps --wheel-dir runtime-output/local-wheels",
workflow,