Skip to content

Commit 1182c2f

Browse files
committed
fix: add setup-python for pre-commit on arc runner
1 parent 7a19df7 commit 1182c2f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/_ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v4
1818

19+
- name: Set up Python
20+
uses: actions/setup-python@v5
21+
with:
22+
python-version: "3.12"
23+
1924
- name: Install actionlint
2025
run: |
2126
mkdir -p "$HOME/.local/bin"

0 commit comments

Comments
 (0)