Skip to content

Commit 53fd542

Browse files
committed
DEV: adjust pixi tasks
1 parent 7410ca3 commit 53fd542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ docs = { features = ["docs"], solve-group = "default" }
7979
test = { features = ["test"], solve-group = "default" }
8080

8181
[tool.pixi.feature.test.tasks]
82-
test = { cmd = "pytest", cwd = "." }
82+
test = { cmd = "pytest" }
8383
test-ci = { cmd = "pytest -ra --cov --cov-report=xml --cov-report=term --durations=20" }
8484

8585
[tool.pixi.feature.dev.tasks]

0 commit comments

Comments
 (0)