Skip to content

Commit cb67094

Browse files
committed
removed not gpu
1 parent 60ba16a commit cb67094

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
@@ -168,7 +168,7 @@ features = ["test", "optional"]
168168
description = "Test environment for doctests"
169169

170170
[tool.hatch.envs.doctest.scripts]
171-
run = "rm -r data/; pytest docs/user-guide --doctest-glob='*.rst' -k not gpu"
171+
run = "rm -r data/; pytest docs/user-guide --doctest-glob='*.rst'"
172172
fix = "rm -r data/; pytest docs/user-guide --doctest-glob='*.rst' --accept"
173173
list-env = "pip list"
174174

0 commit comments

Comments
 (0)