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 2ea0317 commit 6c084a8Copy full SHA for 6c084a8
.github/workflows/ci.yml
@@ -72,6 +72,12 @@ jobs:
72
shell: bash -l {0}
73
run: |
74
jb build lectures --path-output ./ -n -W --keep-going
75
+ - name: Check for Python warnings
76
+ uses: QuantEcon/meta/.github/actions/check-warnings@copilot/fix-175
77
+ with:
78
+ html-path: './_build/html'
79
+ warnings: 'SyntaxWarning,DeprecationWarning,FutureWarning'
80
+ fail-on-warning: 'true'
81
- name: Upload Execution Reports (HTML)
82
uses: actions/upload-artifact@v4
83
if: failure()
0 commit comments