Skip to content

Commit 2938081

Browse files
authored
Update OCV-PR-Windows.yaml
1 parent 2745b43 commit 2938081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/OCV-PR-Windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ jobs:
158158
uses: ./run-tests
159159
env:
160160
OPENCV_TEST_DATA_PATH: '${{ github.workspace }}/opencv_extra/testdata'
161-
OPENCV_TEST_REQUIRE_DATA: 1
162-
OPENCV_TEST_CHECK_OPTIONAL_DATA: 1
161+
OPENCV_TEST_REQUIRE_DATA: ${{ matrix.arch == 'arm64' && '0' || '1' }}
162+
OPENCV_TEST_CHECK_OPTIONAL_DATA: ${{ matrix.arch == 'arm64' && '0' || '1' }}
163163
PYTHONPATH: '${{ github.workspace }}/${{ env.MAIN_BUILD_DIR }}/python_loader:$PYTHONPATH'
164164
with:
165165
workdir: '${{ github.workspace }}'

0 commit comments

Comments
 (0)