We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4264c7 commit 94735f7Copy full SHA for 94735f7
.github/workflows/ci.yml
@@ -76,10 +76,9 @@ jobs:
76
run: |
77
jb build lectures --path-output ./ -n -W --keep-going
78
- name: Check for Python warnings
79
- uses: QuantEcon/meta/.github/actions/check-warnings@main
+ uses: QuantEcon/meta/.github/actions/check-warnings@copilot/fix-201
80
with:
81
html-path: './_build/html'
82
- warnings: 'SyntaxWarning,DeprecationWarning,FutureWarning'
83
fail-on-warning: 'false'
84
create-issue: 'true'
85
issue-title: 'Python warnings found in code output'
0 commit comments