Skip to content

Commit 9fecda5

Browse files
committed
fix ci
1 parent e69b57f commit 9fecda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def tests(session: nox.Session) -> None:
3434
session.run("pytest", *session.posargs)
3535

3636

37-
@nox.session
37+
@nox.session(python=ALL_PYTHON)
3838
def coverage(session: nox.Session) -> None:
3939
"""Run tests and compute coverage."""
4040
session.posargs.append("--cov=cuda_histogram")

0 commit comments

Comments
 (0)