Skip to content

Commit 16361be

Browse files
committed
remove steps running elementwise tests under gdb
no longer needed since crash was resolved
1 parent e17943a commit 16361be

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/conda-package.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -221,15 +221,6 @@ jobs:
221221
. $CONDA/etc/profile.d/conda.sh
222222
conda activate ${{ env.TEST_ENV_NAME }}
223223
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
233224
- name: Create test temp dir
234225
# create temporary empty folder to runs tests from
235226
# https://github.com/pytest-dev/pytest/issues/11904

0 commit comments

Comments
 (0)