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 f744312 commit 9b45cfdCopy full SHA for 9b45cfd
.github/workflows/docbuild-and-upload.yml
@@ -37,13 +37,9 @@ jobs:
37
uses: ./.github/actions/setup
38
39
- name: Build website
40
- run: |
41
- source activate pandas-dev
42
- python web/pandas_web.py web/pandas --target-path=web/build
+ run: python web/pandas_web.py web/pandas --target-path=web/build
43
- name: Build documentation
44
45
46
- doc/make.py --warnings-are-errors
+ run: doc/make.py --warnings-are-errors
47
48
- name: Install ssh key
49
run: |
0 commit comments