Skip to content

Commit 3fef3fd

Browse files
antonisclaude
andcommitted
fix(ci): Add --break-system-packages for pip install
Ubuntu 24.04 uses PEP 668 externally managed environments. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 100769e commit 3fef3fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildandtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Setup clang-format
5555
run: |
56-
pip install clang-format==22.1.2
56+
pip install --break-system-packages clang-format==22.1.2
5757
clang-format --version
5858
5959
- name: Install Swiftly and Swift

0 commit comments

Comments
 (0)