Skip to content

Commit

Permalink
ci: fix python setup
Browse files Browse the repository at this point in the history
  • Loading branch information
docgalaxyblock committed Oct 17, 2024
1 parent 9b20c69 commit 37025bc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,13 @@ jobs:
# Get the repository's code
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-python@v5

# Setup Python 3
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3'

- uses: pre-commit/[email protected]

- name: Docker meta
Expand Down

0 comments on commit 37025bc

Please sign in to comment.