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 50
50
- name : Checkout
51
51
uses : actions/checkout@v4
52
52
with :
53
- ref : ${{ github.head_ref }}
54
53
submodules : false
55
54
fetch-depth : 0
56
55
@@ -110,29 +109,9 @@ jobs:
110
109
- name : Checkout
111
110
uses : actions/checkout@v4
112
111
with :
113
- ref : ${{ github.head_ref }}
114
112
submodules : true
115
113
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
- '
126
114
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
-
136
115
- name : Set up Python ${{ matrix.python-version }}
137
116
uses : actions/setup-python@v4
138
117
with :
You can’t perform that action at this time.
0 commit comments