File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -221,15 +221,6 @@ jobs:
221
221
. $CONDA/etc/profile.d/conda.sh
222
222
conda activate ${{ env.TEST_ENV_NAME }}
223
223
python -c "import dpctl; dpctl.lsplatform(verbosity=2)"
224
- - name : Install gdb
225
- run : |
226
- sudo apt-get update --fix-missing
227
- sudo apt-get install -y gdb
228
- - name : Run test_elementwise under gdb
229
- run : |
230
- . $CONDA/etc/profile.d/conda.sh
231
- conda activate ${{ env.TEST_ENV_NAME }}
232
- 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.elementwise.test_trigonometric::test_trig_order -vv || true
233
224
- name : Create test temp dir
234
225
# create temporary empty folder to runs tests from
235
226
# https://github.com/pytest-dev/pytest/issues/11904
You can’t perform that action at this time.
0 commit comments