File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,6 @@ jobs:
323
323
env :
324
324
ANACONDA_TOKEN : ${{ secrets.ANACONDA_TOKEN }}
325
325
run : |
326
- conda install anaconda-client
327
326
anaconda --token $ANACONDA_TOKEN upload --user dppy --label dev ${PACKAGE_NAME}-*.tar.bz2
328
327
329
328
upload_windows :
@@ -349,7 +348,6 @@ jobs:
349
348
env :
350
349
ANACONDA_TOKEN : ${{ secrets.ANACONDA_TOKEN }}
351
350
run : |
352
- conda install anaconda-client
353
351
anaconda --token ${{ env.ANACONDA_TOKEN }} upload --user dppy --label dev ${{ env.PACKAGE_NAME }}-*.tar.bz2
354
352
355
353
test_examples_linux :
Original file line number Diff line number Diff line change @@ -150,7 +150,6 @@ jobs:
150
150
export LD_LIBRARY_PATH=${SYCL_BUNDLE_FOLDER}/${TBB_INSTALL_DIR}/lib/intel64/gcc4.8:${LD_LIBRARY_PATH}
151
151
export OCL_ICD_FILENAMES=libintelocl.so:libintelocl_emu.so
152
152
python -m dpctl -f || exit 1
153
- python -m pytest -v dpctl/tests
154
153
155
154
- name : Run dpctl/tests
156
155
shell : bash -l {0}
You can’t perform that action at this time.
0 commit comments