Skip to content

Commit 7ec8aae

Browse files
committed
update test after more development with copilot
1 parent 6c084a8 commit 7ec8aae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
html-path: './_build/html'
7979
warnings: 'SyntaxWarning,DeprecationWarning,FutureWarning'
8080
fail-on-warning: 'true'
81+
create-issue: 'true'
82+
issue-title: 'Python Warnings Found in Code Output'
8183
- name: Upload Execution Reports (HTML)
8284
uses: actions/upload-artifact@v4
8385
if: failure()

0 commit comments

Comments
 (0)