Skip to content

Commit 47d2a50

Browse files
committed
[docs] Update license and README.
Disable non-free algorithms.
1 parent dfa37d3 commit 47d2a50

File tree

4 files changed

+1394
-213
lines changed

4 files changed

+1394
-213
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ jobs:
201201
if ($LastExitCode -ne 0) {throw $LastExitCode}
202202
python get_build_info.py
203203
shell: powershell
204+
# TODO: This fails because the runner doesn't have a GPU. Add a custom test that ensures the
205+
# CUDA DLLs can be loaded by invoking some functions (e.g. checking for device availability).
204206
- name: Run tests
205207
run: |
206208
cd ${{ github.workspace }}/opencv

0 commit comments

Comments
 (0)