Skip to content

Commit 25baaac

Browse files
committed
test: avoid building when running benchmarks
1 parent e2c57e2 commit 25baaac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ bench = { cmd = [
187187
"--benchmark-enable",
188188
"--benchmark-autosave",
189189
"--benchmark-group-by=name",
190-
], depends-on = [{ task = "build-tests" }] }
190+
] }
191191
benchcmp = { cmd = [
192192
"pytest",
193193
"$PIXI_PROJECT_ROOT/testing",
@@ -197,7 +197,7 @@ benchcmp = { cmd = [
197197
"--benchmark-enable",
198198
"--benchmark-group-by=name",
199199
"--benchmark-compare",
200-
], depends-on = [{ task = "build-tests" }] }
200+
] }
201201

202202
[tool.pixi.target.linux.tasks.test]
203203
cmd = ["pytest", "$PIXI_PROJECT_ROOT/testing"]

0 commit comments

Comments
 (0)