spark-instrumented-optimizer/.github/workflows
Dongjoon Hyun b855d380de [SPARK-36165][INFRA] Fix SQL doc generation in GitHub Action
### What changes were proposed in this pull request?

This PR aims to fix SQL doc generation in GitHub Action by specifying the mkdocs-installed python version explicitly.

### Why are the changes needed?

Currently, the SQL doc generation is using `spark-submit` and picked up another `Python 3` binaries.
```
Generating SQL configuration table HTML file.
Traceback (most recent call last):
  File "/__w/spark/spark/sql/gen-sql-config-docs.py", line 25, in <module>
    from mkdocs.structure.pages import markdown
ModuleNotFoundError: No module named 'mkdocs'
```

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Pass the GitHub Action linter job.

Closes #33372 from dongjoon-hyun/fix_mkdocs.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit d69f981869)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
2021-07-15 22:18:24 -07:00
..
benchmark.yml [SPARK-36007][INFRA] Failed to run benchmark in GA 2021-07-05 09:18:03 +09:00
build_and_test.yml [SPARK-36165][INFRA] Fix SQL doc generation in GitHub Action 2021-07-15 22:18:24 -07:00
cancel_duplicate_workflow_runs.yml Revert "[SPARK-35668][INFRA] Use "concurrency" syntax on Github Actions workflow" 2021-06-09 16:48:29 +09:00
labeler.yml Revert "[SPARK-35668][INFRA] Use "concurrency" syntax on Github Actions workflow" 2021-06-09 16:48:29 +09:00
notify_test_workflow.yml [SPARK-35995][INFRA][3.2][FOLLOWUP] Fix the reference branches and PR builder 2021-07-02 14:47:45 -07:00
publish_snapshot.yml [BUILD][MINOR] Do not publish snapshots from forks 2020-12-23 00:22:42 +09:00
stale.yml [SPARK-30173] Tweak stale PR message 2020-01-07 08:34:59 -06:00
test_report.yml Revert "[SPARK-35668][INFRA] Use "concurrency" syntax on Github Actions workflow" 2021-06-09 16:48:29 +09:00
update_build_status.yml [SPARK-35575][INFRA] Recover updating build status in GitHub Actions 2021-05-31 19:29:54 +09:00