Skip to content

Commit 938d33c

Browse files
committed
Add the --break-system-packages argument to pip in macOS CI script
Pip do not want to install packages without it.
1 parent aa658cf commit 938d33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos.yml

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

3434
- name: Install builddriver
3535
shell: bash
36-
run: pip3 install builddriver cmake_format==0.6.11 pyyaml
36+
run: pip3 install --break-system-package builddriver cmake_format==0.6.11 pyyaml
3737

3838
- name: configure
3939
shell: bash

0 commit comments

Comments
 (0)