diff --git a/Makefile b/Makefile index 5df9a9a..1a30b3d 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ style: # Run tests for the library test: - pytest --cov=torchcam tests/ -n auto + pytest --cov=torchcam tests/ # Build documentation for current version single-docs: