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