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 50b626f commit cad99b9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,16 @@ jobs:
metacall pip install -r test/opencv/requirements.txt | findstr "Successfully installed"
# For some reason, OpenCV fails if you do not reinstall numpy
- name: Python OpenCV Test (Reinstall Numpy for OpenCV)
- name: Python OpenCV Test (Uninstall Numpy for OpenCV)
shell: cmd
run: |
metacall pip uninstall numpy --yes
- name: Python OpenCV Test (Install Numpy for OpenCV)
shell: cmd
run: |
metacall pip install numpy==1.21.6
- name: Python OpenCV Test (Test OpenCV)
shell: cmd
run: |
Expand Down

0 comments on commit cad99b9

Please sign in to comment.