Skip to content

Commit e3e317a

Browse files
authored
Enable continue-on-error option for GH action with Conda build package (#1830)
1 parent d0d26b4 commit e3e317a

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
@@ -79,7 +79,7 @@ jobs:
7979
run:
8080
shell: ${{ matrix.os == 'windows-latest' && 'cmd /C CALL {0}' || 'bash -l {0}' }}
8181

82-
continue-on-error: false
82+
continue-on-error: true
8383

8484
steps:
8585
- name: Cancel Previous Runs

0 commit comments

Comments
 (0)