Skip to content

Commit

Permalink
Update test.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Jan 29, 2025
1 parent 55be107 commit ba817f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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!!
Expand Down

0 comments on commit ba817f9

Please sign in to comment.