Skip to content

Commit d20944b

Browse files
committed
WIP
1 parent 34113e7 commit d20944b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/pr-code-format.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,8 @@ jobs:
4141
echo "Formatting files:"
4242
echo "$CHANGED_FILES"
4343
44-
- name: Setup Python env
45-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
46-
with:
47-
python-version: '3.11'
48-
4944
- name: Install python dependencies
50-
run: pip install -r llvm/utils/git/requirements_formatting.txt
45+
run: pip install -r llvm/utils/git/requirements_formatting.txt --break-system-packages
5146

5247
- name: Run code formatter
5348
env:

0 commit comments

Comments
 (0)