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:
124124 activate-environment : " test"
125125 channels : ${{ env.CHANNELS }}
126126 channel-priority : " disabled"
127- dependencies : " conda-index;pytest-cov;conda-tree"
127+ dependencies : " conda-index;pytest-cov;pexpect; conda-tree"
128128 environment-file : environment/conda-package-test.yml
129129
130130 - name : Store conda paths as envs
@@ -229,13 +229,12 @@ jobs:
229229 - name : Run gdb tests
230230 if : ${{ matrix.scope == 'gdb' }}
231231 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
234234 # To read gdb communication in case test fails to determine what the
235235 # issue is
236236 NUMBA_DPEX_TESTING_LOG_DEBUGGING : 1
237237 run : |
238- conda install pexpect
239238 wget -nc -q ${{ env.GDB_URL }}
240239 chmod +x ${{ env.GDB_INSTALLER }}
241240 mkdir /tmp/gdb
You can’t perform that action at this time.
0 commit comments