Skip to content

Commit 78e67e9

Browse files
committed
fixup! Unified windows build
1 parent de96d15 commit 78e67e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
working-directory: '${{ github.workspace }}'
117117
run: |
118118
# ls -lR '${{ env.DNN_MODELS }}'
119-
python3 opencv_extra/testdata/dnn/download_models.py \
119+
python opencv_extra/testdata/dnn/download_models.py \
120120
--cleanup \
121121
--dst '${{ env.DNN_MODELS }}/dnn'
122122
echo "OPENCV_DNN_TEST_DATA_PATH=${{ env.DNN_MODELS }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)