Skip to content

Commit 0cfc3a7

Browse files
committed
remove gdb test run from workflow
element-wise tests no longer present after migration of tensor
1 parent 434c078 commit 0cfc3a7

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/conda-package.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)