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 8cf653d commit ea8c6ceCopy full SHA for ea8c6ce
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
run: |
84
jb build lectures --path-output ./ -n -W --keep-going
85
- name: Check for Python warnings
86
- uses: QuantEcon/actions-check-warnings@v1
+ uses: QuantEcon/action-check-warnings@v1
87
with:
88
html-path: './_build/html'
89
fail-on-warning: 'false'
0 commit comments