From 5a0afc965f5a430fc20b6d930e4b806d39fbceea Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia <7854099+viferga@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:24:56 -0500 Subject: [PATCH] Update test-windows.yml --- .github/workflows/test-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 5465f26..090978a 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -233,7 +233,7 @@ jobs: metacall pip uninstall numpy --yes IF %ERRORLEVEL% NEQ 0 exit /B 1 - # For some reason, it needs to be split into two different steps + # For some reason, it needs to be split into two different steps in order to work - name: Python OpenCV Test (Install Numpy for OpenCV) shell: cmd run: |