From ba817f90e8eca664bb5da746d091fa164046f2a3 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia <7854099+viferga@users.noreply.github.com> Date: Wed, 29 Jan 2025 14:44:58 -0500 Subject: [PATCH] Update test.bat --- test.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.bat b/test.bat index 4c40bda..9c6570e 100644 --- a/test.bat +++ b/test.bat @@ -29,7 +29,7 @@ set "PATH=%~dp0metacall\runtimes\python;%~dp0metacall\runtimes\python\Scripts" endlocal @ echo Pip Test -start /wait metacall.bat pip install metacall ^> out.txt +start /wait metacall.bat pip install PyYAML ^> out.txt type out.txt if %errorlevel%==1 goto :test_fail echo Successfull!!