We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3725898 commit 73fb083Copy full SHA for 73fb083
.github/workflows/build_wheels_windows.yml
@@ -64,6 +64,7 @@ jobs:
64
python --version
65
python -m pip install --upgrade pip
66
python -m pip install --upgrade setuptools
67
+ python -m pip install cmake==3.24.2 # CMake 3.25 regression fix. See https://stackoverflow.com/questions/74162633/problem-compiling-from-source-opencv-with-mvsc2019-in-64-bit-version
68
python -m pip install toml && python -c "import toml; c = toml.load('pyproject.toml'); print('\n'.join(c['build-system']['requires']))" >> requirements.txt | python -m pip install -r requirements.txt
69
set "CI_BUILD=1" && python setup.py bdist_wheel --py-limited-api=cp36 --dist-dir=%cd%\wheelhouse -v
70
shell: cmd
0 commit comments