Skip to content

Commit b240844

Browse files
authored
Fix to continue parallel uploading in case of error (#1466)
1 parent 0d4ce80 commit b240844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ jobs:
350350
run:
351351
shell: ${{ matrix.os == 'windows-latest' && 'cmd /C CALL {0}' || 'bash -l {0}' }}
352352

353-
continue-on-error: false
353+
continue-on-error: true
354354

355355
if: |
356356
(github.repository == 'IntelPython/dpnp') &&

0 commit comments

Comments
 (0)