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 9595cf0 commit e8416adCopy full SHA for e8416ad
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ 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@copilot/fix-175
+ uses: QuantEcon/meta/.github/actions/check-warnings@main
80
with:
81
html-path: './_build/html'
82
warnings: 'SyntaxWarning,DeprecationWarning,FutureWarning'
0 commit comments