Skip to content

Commit

Permalink
Pin opencv-python==4.6.0.66 for testing as it is the last version pro…
Browse files Browse the repository at this point in the history
…viding 3.6 wheels
  • Loading branch information
papr committed Jan 30, 2023
1 parent b2ecec3 commit 41d99d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pye3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
CIBW_BEFORE_BUILD_WINDOWS: pip install delvewheel
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: python scripts\repair_wheels_windows.py {wheel} {dest_dir}

CIBW_TEST_REQUIRES: pytest opencv-python pandas scikit-image matplotlib
CIBW_TEST_REQUIRES: pytest opencv-python==4.6.0.66 pandas scikit-image matplotlib
CIBW_TEST_COMMAND: >
curl -L ${{ env.pye3d-test-input-download-url }} --silent
--output {package}/tests/integration/input/pye3d_test_input.npz
Expand Down

0 comments on commit 41d99d8

Please sign in to comment.