File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,13 @@ jobs:
229
229
conda activate ${{ env.TEST_ENV_NAME }}
230
230
gdb --batch -ex r -ex 'info sharedlibrary' -ex 'set print elements 1000' -ex bt --args ${CONDA_PREFIX}/bin/python -m pytest -q -ra --disable-warnings --pyargs dpctl.tests.test_usm_ndarray_sorting dpctl.tests.test_usm_ndarray_top_k -vv || true
231
231
232
- - name : Run test_usm_ndarray_top_k under gdb 2
232
+ - name : Run test_usm_ndarray_top_k under gdb 3
233
+ run : |
234
+ . $CONDA/etc/profile.d/conda.sh
235
+ conda activate ${{ env.TEST_ENV_NAME }}
236
+ gdb --batch -ex r -ex 'info sharedlibrary' -ex 'set print elements 1000' -ex bt --args ${CONDA_PREFIX}/bin/python -m pytest -q -ra --disable-warnings --pyargs dpctl.tests.test_usm_ndarray_unique dpctl.tests.test_usm_ndarray_top_k -vv || true
237
+
238
+ - name : Run test_usm_ndarray_top_k under gdb 4
233
239
run : |
234
240
. $CONDA/etc/profile.d/conda.sh
235
241
conda activate ${{ env.TEST_ENV_NAME }}
You can’t perform that action at this time.
0 commit comments