Skip to content

Commit c7f35ff

Browse files
committed
Fix teardown of projects in CI
1 parent b44f72e commit c7f35ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/generatesteps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def benchmark_to_steps(python, connection_class, nox_session):
4444
"EC_PROJECT_PREFIX": f"esv-client-python-{nox_session}-{python}-{connection_class}",
4545
},
4646
"command": ".buildkite/teardown-tests",
47-
"depends_on": f"run_{python.replace('.', '_')}_{connection_class}",
47+
"depends_on": f"run_{python.replace('.', '_')}_{connection_class}_{nox_session}",
4848
"allow_dependency_failure": True,
4949
},
5050
],

0 commit comments

Comments
 (0)