Skip to content

Commit cf0f67c

Browse files
committed
#11 adding pytest to pixi start command
1 parent 1e4cf5f commit cf0f67c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pixi.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ platforms = ["linux-64", "linux-aarch64"]
66

77
[tasks]
88
clean = {cmd = "rm -rf build", description = "Delete build directory"}
9-
build = {cmd = "cmake --build build -j 16", description = "Invoke cmake to compile and link the executable"}
9+
build = {cmd = "cmake --build build -j 32", description = "Invoke cmake to compile and link the executable"}
1010
start-linux-64 = {depends-on = ["configure-linux-64", "build", "test"]}
1111

1212
[tasks.start-athena]
1313
description = "Configure, build, and test on the Zimmerman group cluster"
1414
cmd = "echo 'Finished pixi start-athena!'"
15-
depends-on = ["configure-athena", "build", "test"]
15+
depends-on = ["configure-athena", "build", "pytest"]
1616

1717
[tasks.test]
1818
description = "Test SlaterGPU executable on a small molecular system"

0 commit comments

Comments
 (0)