From 5f32bec8ce61a180a8892d0a902a46c800b91a3f Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia <7854099+viferga@users.noreply.github.com> Date: Tue, 10 Dec 2024 02:38:20 -0500 Subject: [PATCH] Update test-windows.yml --- .github/workflows/test-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index d60184b..7f56d4b 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -94,7 +94,7 @@ jobs: - name: Python Test shell: cmd run: | - metacall pip install -r test/requirements.txt | findstr "Successfully installed" + metacall pip install -r test/requirements.txt IF %ERRORLEVEL% NEQ 0 exit /B 1 metacall ./test/requirements.py IF %ERRORLEVEL% NEQ 0 exit /B 1 @@ -161,7 +161,7 @@ jobs: - name: Python Test shell: cmd run: | - metacall pip install -r test/requirements.txt | findstr "Successfully installed" + metacall pip install -r test/requirements.txt IF %ERRORLEVEL% NEQ 0 exit /B 1 metacall ./test/requirements.py IF %ERRORLEVEL% NEQ 0 exit /B 1