viiccwen commented on code in PR #1147:
URL: https://github.com/apache/mahout/pull/1147#discussion_r2915664600


##########
Makefile:
##########
@@ -39,7 +39,7 @@ ifeq ($(HAS_NVIDIA),yes)
 else
        @echo "[SKIP] No NVIDIA GPU detected, skipping maturin develop"
 endif
-       uv run pytest -n auto --cov=qumat --cov=qumat_qdp 
--cov-report=term-missing --cov-report=html:htmlcov
+       uv run pytest --cov --cov-report=term-missing --cov-report=html:htmlcov

Review Comment:
   sure, it'll be safe without GPU.



##########
Makefile:
##########
@@ -39,7 +39,7 @@ ifeq ($(HAS_NVIDIA),yes)
 else
        @echo "[SKIP] No NVIDIA GPU detected, skipping maturin develop"
 endif
-       uv run pytest -n auto --cov=qumat --cov=qumat_qdp 
--cov-report=term-missing --cov-report=html:htmlcov
+       uv run pytest --cov --cov-report=term-missing --cov-report=html:htmlcov

Review Comment:
   Sure, it'll be safe without GPU.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to