Skip to content

Commit

Permalink
Merge pull request #1192 from tu1h/bump_action_python
Browse files Browse the repository at this point in the history
Bump python version for offline build github action
  • Loading branch information
ErikJiang authored Apr 7, 2024
2 parents f8fd7fc + 06857f6 commit a666eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call-offline-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Preparing the python environment
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: 3.11

- name: Install kubespray requirements
run: |
Expand Down

0 comments on commit a666eaf

Please sign in to comment.