We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd6b319 commit e85f205Copy full SHA for e85f205
bootstrap/resources/scripts/get_vbu_version.py
@@ -90,6 +90,8 @@ def _extract_vbu_version(dry_run_output):
90
# Add 'v' prefix for git tagging convention
91
return f"v{version}"
92
93
+ # FIXME SBACHMEI DON'T RETURN THIS
94
+ return "sbachmei/mic-6026-6194/pin-vbu"
95
print(
96
"ERROR: Could not find vivarium_build_utils version in pip dry-run output",
97
file=sys.stderr,
0 commit comments