File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 5050 - name : Checkout
5151 uses : actions/checkout@v4
5252 with :
53- ref : ${{ github.head_ref }}
5453 submodules : false
5554 fetch-depth : 0
5655
@@ -110,29 +109,9 @@ jobs:
110109 - name : Checkout
111110 uses : actions/checkout@v4
112111 with :
113- ref : ${{ github.head_ref }}
114112 submodules : true
115113 fetch-depth : 0
116-
117- - name : Update submodules to HEAD of 4.x
118- shell : bash
119- run : |
120- git submodule foreach '
121- echo "$name"
122- git fetch origin
123- git checkout 4.x || true
124- git pull origin 4.x || true
125- '
126114
127- - name : Show current commit and branch
128- run : |
129- git rev-parse --abbrev-ref HEAD
130- git log -1 --oneline
131-
132- - name : Print location of np.fromstring
133- run : |
134- findstr /C:"np.fromstring" opencv\modules\python\test\tests_common.py || echo "No fromstring found"
135-
136115 - name : Set up Python ${{ matrix.python-version }}
137116 uses : actions/setup-python@v4
138117 with :
You can’t perform that action at this time.
0 commit comments