Skip to content

Commit d4cc465

Browse files
Merge pull request #1429 from IntelPython/fix-gdb-installation
[CI] Fix test_linux step in conda-packages workflow
2 parents dfba436 + 2c757d4 commit d4cc465

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ jobs:
181181
python -c "import dpctl; dpctl.lsplatform(verbosity=2)"
182182
- name: Install gdb
183183
run: |
184+
sudo apt-get update --fix-missing
184185
sudo apt-get install -y gdb
185186
- name: Run test_elementwise under gdb
186187
run: |

0 commit comments

Comments
 (0)