Only include OpenCV for current platform (#675)

Shrinks JAR by ~15MB
This commit is contained in:
Matt
2022-12-31 19:56:16 -08:00
committed by GitHub
parent dc663657ff
commit ea293f57d2
3 changed files with 14 additions and 17 deletions

View File

@@ -156,10 +156,11 @@ jobs:
pip install sphinx sphinx_rtd_theme sphinx-tabs sphinxext-opengraph doc8
pip install -r requirements.txt
- name: Check the docs
run: |
make linkcheck
make lint
# Don't check the docs. If a PR was merged to the docs repo, it ought to pass CI. No need to re-check here.
# - name: Check the docs
# run: |
# make linkcheck
# make lint
- name: Build the docs
run: |