Skip to content

Commit 9b45cfd

Browse files
committed
Fix
1 parent f744312 commit 9b45cfd

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/docbuild-and-upload.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,9 @@ jobs:
3737
uses: ./.github/actions/setup
3838

3939
- name: Build website
40-
run: |
41-
source activate pandas-dev
42-
python web/pandas_web.py web/pandas --target-path=web/build
40+
run: python web/pandas_web.py web/pandas --target-path=web/build
4341
- name: Build documentation
44-
run: |
45-
source activate pandas-dev
46-
doc/make.py --warnings-are-errors
42+
run: doc/make.py --warnings-are-errors
4743

4844
- name: Install ssh key
4945
run: |

0 commit comments

Comments
 (0)