Skip to content

Commit 600785f

Browse files
authored
Fix teardown of projects in CI (#75)
1 parent 7fe0124 commit 600785f

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)