Skip to content

Commit

Permalink
Another trial to fix ebvironment variables interpretation on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
asmorkalov committed Oct 4, 2024
1 parent 432863c commit f683cf6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/OCV-PR-5.x-W10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,10 @@ jobs:
- name: Accuracy:DNN_Classic
timeout-minutes: 60
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
run: set OPENCV_FORCE_DNN_ENGINE="1" && cd ${{ github.workspace }}\build && bin\opencv_test_dnn.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
run: |
set OPENCV_FORCE_DNN_ENGINE=1
cd ${{ github.workspace }}\build
bin\opencv_test_dnn.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
- name: Accuracy:features2d
timeout-minutes: 60
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
Expand Down

0 comments on commit f683cf6

Please sign in to comment.