Skip to content

Commit

Permalink
CLDR-18026 fix for commit checker
Browse files Browse the repository at this point in the history
- Update commit-checker.yml to call setup-python
- issue in actions/runner-images#10781
  • Loading branch information
srl295 committed Oct 16, 2024
1 parent 64cac16 commit 608db77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/commit-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
ref: ${{ github.event.inputs.tool-ref }}
lfs: false # not needed here
path: icu
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Run Check and Publish
run: |
echo "::group::Setup Checker"
Expand Down

0 comments on commit 608db77

Please sign in to comment.