Skip to content

Commit f9328d2

Browse files
authored
Finish consolidating the python setup steps (openshift-helm-charts#419)
Signed-off-by: Matthias Goerens <[email protected]>
1 parent 0321077 commit f9328d2

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,8 @@ jobs:
216216
repository: ${{ github.event.pull_request.head.repo.full_name }}
217217
path: "pr-branch"
218218

219-
- name: Set up Python 3.x Part 1
220-
uses: actions/setup-python@v5
221-
with:
222-
python-version: "3.10"
219+
- name: Set up Python
220+
uses: ./.github/actions/setup-python
223221

224222
- name: Set up Python 3.x Part 2
225223
run: |
@@ -411,10 +409,8 @@ jobs:
411409
repository: ${{ github.event.pull_request.head.repo.full_name }}
412410
path: "pr-branch"
413411

414-
- name: Set up Python 3.x Part 1
415-
uses: actions/setup-python@v5
416-
with:
417-
python-version: "3.10"
412+
- name: Set up Python
413+
uses: ./.github/actions/setup-python
418414

419415
- name: Set up Python 3.x Part 2
420416
run: |

0 commit comments

Comments
 (0)