We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34113e7 commit d20944bCopy full SHA for d20944b
.github/workflows/pr-code-format.yml
@@ -41,13 +41,8 @@ jobs:
41
echo "Formatting files:"
42
echo "$CHANGED_FILES"
43
44
- - name: Setup Python env
45
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
46
- with:
47
- python-version: '3.11'
48
-
49
- name: Install python dependencies
50
- run: pip install -r llvm/utils/git/requirements_formatting.txt
+ run: pip install -r llvm/utils/git/requirements_formatting.txt --break-system-packages
51
52
- name: Run code formatter
53
env:
0 commit comments