We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4d79f commit 0e85e98Copy full SHA for 0e85e98
.github/workflows/docbuild-and-upload.yml
@@ -34,7 +34,7 @@ jobs:
34
fetch-depth: 0
35
36
- name: Set up pandas
37
- uses: ./.github/actions/setup
+ run: ci/setup_env.sh
38
39
- name: Build website
40
run: python web/pandas_web.py web/pandas --target-path=web/build
0 commit comments