From b333e08f66af6a8b126af3c3248c66cb54f2eb3b Mon Sep 17 00:00:00 2001 From: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:42:27 +0100 Subject: [PATCH] Update README instructions to run tests (#328) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c738fef..6da9d4d 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ And commit the changes. To run tests locally, run this command: ```bash -pytest . +make test ``` ## Citing smolagents