Skip to content

Commit f9a5611

Browse files
committed
test: run release script through bash
1 parent 98cd93b commit f9a5611

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_release_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_release_script_rejects_commit_subjects_git_cliff_will_not_render(
6060
env = os.environ.copy()
6161
env["UV_CACHE_DIR"] = str(tmp_path / "uv-cache")
6262
result = subprocess.run(
63-
["./release.sh", "2.2.0"],
63+
["bash", "release.sh", "2.2.0"],
6464
cwd=repo,
6565
input="n\n",
6666
capture_output=True,

0 commit comments

Comments
 (0)