Skip to content

Commit c33855d

Browse files
Skip GDB operations for now
1 parent fd7b3f9 commit c33855d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/conda-package.yml

+2
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,11 @@ jobs:
180180
conda activate test_dpctl
181181
python -c "import dpctl; dpctl.lsplatform(verbosity=2)"
182182
- name: Install gdb
183+
if: false
183184
run: |
184185
sudo apt-get install -y gdb
185186
- name: Run test_elementwise under gdb
187+
if: false
186188
run: |
187189
. $CONDA/etc/profile.d/conda.sh
188190
conda activate test_dpctl

0 commit comments

Comments
 (0)