Skip to content

Commit d2a326c

Browse files
committed
Fix gpu workflow
1 parent 73ce566 commit d2a326c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ python = ["3.12", "3.13"]
208208

209209
[tool.hatch.envs.gputest.scripts]
210210
run-coverage = [
211-
"coverage run --source=src -m pytest -m gpu --junitxml=junit.xml -o junit_family=legacy --ignore tests/benchmarks {args:}",
211+
"coverage run -m pytest -m gpu --junitxml=junit.xml -o junit_family=legacy --ignore tests/benchmarks {args:}",
212+
"coverage combine",
212213
"coverage xml",
213214
]
214215
run = "pytest -m gpu --ignore tests/benchmarks"

0 commit comments

Comments
 (0)