File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
activate-environment : " test"
125
125
channels : ${{ env.CHANNELS }}
126
126
channel-priority : " disabled"
127
- dependencies : " conda-index;pytest-cov;conda-tree"
127
+ dependencies : " conda-index;pytest-cov;pexpect; conda-tree"
128
128
environment-file : environment/conda-package-test.yml
129
129
130
130
- name : Store conda paths as envs
@@ -229,13 +229,12 @@ jobs:
229
229
- name : Run gdb tests
230
230
if : ${{ matrix.scope == 'gdb' }}
231
231
env :
232
- GDB_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/72038301-92f9-4db2-8fe0-db1fe9e9bca9 /l_dpcpp_dbg_p_2024.0.1.9_offline .sh
233
- GDB_INSTALLER : l_dpcpp_dbg_p_2024.0.1.9_offline .sh
232
+ GDB_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/fc87666c-d626-47bc-a861-a1578d2ecbd3 /l_dpcpp_dbg_p_2024.1.0.439_offline .sh
233
+ GDB_INSTALLER : l_dpcpp_dbg_p_2024.1.0.439_offline .sh
234
234
# To read gdb communication in case test fails to determine what the
235
235
# issue is
236
236
NUMBA_DPEX_TESTING_LOG_DEBUGGING : 1
237
237
run : |
238
- conda install pexpect
239
238
wget -nc -q ${{ env.GDB_URL }}
240
239
chmod +x ${{ env.GDB_INSTALLER }}
241
240
mkdir /tmp/gdb
You can’t perform that action at this time.
0 commit comments