Skip to content

Commit

Permalink
fixed numpy uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanKrMahato committed Dec 11, 2024
1 parent a46c9c0 commit 402f32c
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 @@ -228,7 +228,7 @@ jobs:
- name: Python OpenCV Test (Uninstall Numpy came with OpenCV)
shell: cmd
run: |
metacall pip uninstall numpy -yes
metacall pip uninstall numpy --yes
- name: Python OpenCV Test (install Numpy==1.21.6)
shell: cmd
Expand Down

0 comments on commit 402f32c

Please sign in to comment.