Skip to content

Commit a3be496

Browse files
committed
enable reporting by setting fail-on-warning: false
1 parent e265e2a commit a3be496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
html-path: './_build/html'
8181
warnings: 'SyntaxWarning,DeprecationWarning,FutureWarning'
82-
fail-on-warning: 'true'
82+
fail-on-warning: 'false'
8383
create-issue: 'true'
8484
issue-title: 'Python Warnings Found in Code Output'
8585
create-artifact: 'true'

0 commit comments

Comments
 (0)