Skip to content

Commit 1147015

Browse files
committed
remove warnings as errors
1 parent 9dc7310 commit 1147015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: Build documentation
117117
run: |
118118
source activate pandas-dev
119-
doc/make.py --warnings-are-errors | tee sphinx.log ; exit ${PIPESTATUS[0]}
119+
doc/make.py | tee sphinx.log ; exit ${PIPESTATUS[0]}
120120
121121
- name: Save website as an artifact
122122
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)