Skip to content

Commit

Permalink
Update test-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Dec 12, 2024
1 parent 990a0cd commit 5a0afc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5a0afc9

Please sign in to comment.