Skip to content

Commit 4c23777

Browse files
authored
Install python3 in format.yml workflow
1 parent b52e19c commit 4c23777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
image: swift:6.2-noble
1313
steps:
1414
- uses: actions/checkout@v4
15-
- run: ./Utilities/format.py
15+
- run: apt-get update && apt-get install -y python3 && ./Utilities/format.py
1616
- name: Check for formatting changes
1717
run: |
1818
git config --global --add safe.directory "$GITHUB_WORKSPACE"

0 commit comments

Comments
 (0)