Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 203a1b0

Browse files
authored
CI Remove unneeded setup-python (#24544)
1 parent d2c713b commit 203a1b0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build-docs.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
fetch-depth: 0
2929
ref: ${{ github.event.pull_request.head.sha }}
3030

31-
- name: Setup Python
32-
uses: actions/setup-python@v4
33-
3431
- name: Build documentation
3532
run: bash build_tools/github/build_doc.sh
3633
env:
@@ -63,9 +60,6 @@ jobs:
6360
fetch-depth: 0
6461
ref: ${{ github.event.pull_request.head.sha }}
6562

66-
- name: Setup Python
67-
uses: actions/setup-python@v4
68-
6963
- name: Build documentation
7064
run: bash build_tools/github/build_doc.sh
7165
env:

0 commit comments

Comments
 (0)