Skip to content

Commit

Permalink
Add the --break-system-packages argument to pip in macOS CI script
Browse files Browse the repository at this point in the history
Pip do not want to install packages without it.
  • Loading branch information
gaalexandre committed May 15, 2024
1 parent 9ecf0ef commit c015184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Install builddriver
shell: bash
run: pip3 install builddriver cmake_format==0.6.11 pyyaml
run: pip3 install --break-system-package builddriver cmake_format==0.6.11 pyyaml

- name: configure
shell: bash
Expand Down

0 comments on commit c015184

Please sign in to comment.