Skip to content

Commit 0e85e98

Browse files
committed
Fix
1 parent fb4d79f commit 0e85e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535

3636
- name: Set up pandas
37-
uses: ./.github/actions/setup
37+
run: ci/setup_env.sh
3838

3939
- name: Build website
4040
run: python web/pandas_web.py web/pandas --target-path=web/build

0 commit comments

Comments
 (0)