From c015184d4313464aaf6e2bb24304828f9da79b9f Mon Sep 17 00:00:00 2001 From: alexandre Date: Wed, 15 May 2024 19:27:49 +0200 Subject: [PATCH] Add the --break-system-packages argument to pip in macOS CI script Pip do not want to install packages without it. --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ffc7b830..b0e581e0 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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