There was an error while loading. Please reload this page.
1 parent 98cd93b commit f9a5611Copy full SHA for f9a5611
1 file changed
tests/test_release_script.py
@@ -60,7 +60,7 @@ def test_release_script_rejects_commit_subjects_git_cliff_will_not_render(
60
env = os.environ.copy()
61
env["UV_CACHE_DIR"] = str(tmp_path / "uv-cache")
62
result = subprocess.run(
63
- ["./release.sh", "2.2.0"],
+ ["bash", "release.sh", "2.2.0"],
64
cwd=repo,
65
input="n\n",
66
capture_output=True,
0 commit comments