Skip to content

Commit 94735f7

Browse files
committed
test: comprehensive warning checks
1 parent d4264c7 commit 94735f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,9 @@ jobs:
7676
run: |
7777
jb build lectures --path-output ./ -n -W --keep-going
7878
- name: Check for Python warnings
79-
uses: QuantEcon/meta/.github/actions/check-warnings@main
79+
uses: QuantEcon/meta/.github/actions/check-warnings@copilot/fix-201
8080
with:
8181
html-path: './_build/html'
82-
warnings: 'SyntaxWarning,DeprecationWarning,FutureWarning'
8382
fail-on-warning: 'false'
8483
create-issue: 'true'
8584
issue-title: 'Python warnings found in code output'

0 commit comments

Comments
 (0)