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 13bba34 commit f790ab7Copy full SHA for f790ab7
.github/workflows/docbuild-and-upload.yml
@@ -57,8 +57,6 @@ jobs:
57
run: python web/pandas_web.py web/pandas --target-path=web/build
58
59
- name: Build documentation
60
- # TEMP don't let errors fail the build until all string dtype changes are fixed
61
- continue-on-error: true
62
run: doc/make.py --warnings-are-errors
63
64
- name: Build the interactive terminal
0 commit comments