Skip to content

Commit df25aa0

Browse files
Merge pull request #1144 from IntelPython/fix-redundant-steps-in-workflows
Fix redundant steps in workflows
2 parents 9e9852f + 5c7370e commit df25aa0

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/conda-package.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ jobs:
323323
env:
324324
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
325325
run: |
326-
conda install anaconda-client
327326
anaconda --token $ANACONDA_TOKEN upload --user dppy --label dev ${PACKAGE_NAME}-*.tar.bz2
328327
329328
upload_windows:
@@ -349,7 +348,6 @@ jobs:
349348
env:
350349
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
351350
run: |
352-
conda install anaconda-client
353351
anaconda --token ${{ env.ANACONDA_TOKEN }} upload --user dppy --label dev ${{ env.PACKAGE_NAME }}-*.tar.bz2
354352
355353
test_examples_linux:

.github/workflows/os-llvm-sycl-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ jobs:
150150
export LD_LIBRARY_PATH=${SYCL_BUNDLE_FOLDER}/${TBB_INSTALL_DIR}/lib/intel64/gcc4.8:${LD_LIBRARY_PATH}
151151
export OCL_ICD_FILENAMES=libintelocl.so:libintelocl_emu.so
152152
python -m dpctl -f || exit 1
153-
python -m pytest -v dpctl/tests
154153
155154
- name: Run dpctl/tests
156155
shell: bash -l {0}

0 commit comments

Comments
 (0)