Skip to content

Commit 0e4162e

Browse files
committed
chore: move tasks to linux-only for now
1 parent 3e18388 commit 0e4162e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ cxx-compiler = "*"
168168
cu12 = { features = ["cu12", "test"], solve-group = "cu12" }
169169
cu13 = { features = ["cu13", "test"], solve-group = "cu13" }
170170

171-
[tool.pixi.tasks]
171+
[tool.pixi.target.linux.tasks]
172172
build-tests = { cmd = [
173173
"make",
174174
"-j",
@@ -177,7 +177,7 @@ build-tests = { cmd = [
177177
"$PIXI_PROJECT_ROOT/testing",
178178
] }
179179

180-
[tool.pixi.tasks.test]
180+
[tool.pixi.target.linux.tasks.test]
181181
cmd = ["pytest", "$PIXI_PROJECT_ROOT/testing"]
182182
env = { NUMBA_CUDA_TEST_BIN_DIR = "$PIXI_PROJECT_ROOT/testing" }
183183
depends-on = [{ task = "build-tests" }]

0 commit comments

Comments
 (0)