Skip to content

Commit

Permalink
removed not gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Jan 30, 2025
1 parent 60ba16a commit cb67094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ features = ["test", "optional"]
description = "Test environment for doctests"

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

Expand Down

0 comments on commit cb67094

Please sign in to comment.