File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 51
51
uses : actions/checkout@v4
52
52
with :
53
53
submodules : false
54
- fetch-depth : 0
54
+ fetch-depth : 0
55
55
- name : Set up Python ${{ matrix.python-version }}
56
56
uses : actions/setup-python@v4
57
57
with :
@@ -65,11 +65,10 @@ jobs:
65
65
- name : Build a package
66
66
# CMake 3.25 regression fix. See https://stackoverflow.com/questions/74162633/problem-compiling-from-source-opencv-with-mvsc2019-in-64-bit-version
67
67
run : |
68
- set "VISUAL_STUDIO=17"
69
68
python --version
70
69
python -m pip install --upgrade pip
71
70
python -m pip install --upgrade setuptools
72
- python -m pip install cmake==3.24.2
71
+ python -m pip install cmake
73
72
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
74
73
set "CI_BUILD=1" && python setup.py bdist_wheel --py-limited-api=cp37 --dist-dir=%cd%\wheelhouse -v
75
74
shell : cmd
You can’t perform that action at this time.
0 commit comments