From b30e48f728a0eeb02e3ff1a9104402054f7cbeec Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 25 Mar 2024 16:41:26 +0200 Subject: [PATCH] error: externally-managed-environment. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 0af2ab7db..7e14e0447 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -362,7 +362,7 @@ macos_task_template: &MACOS_TASK_TEMPLATE - export PATH="${HOME}/.local/bin:`python3 -m site --user-base`/bin:$PATH" - echo $PATH - python3 --version - - pip3 install --user --upgrade pip dropbox py7zr 'urllib3<2.0' conan==1.63.0 requests + - pip3 install --break-system-packages --user --upgrade pip dropbox py7zr 'urllib3<2.0' conan==1.63.0 requests - ccache --set-config sloppiness=pch_defines,time_macros max_size="$CCACHE_SIZE" - qmake --version - which qmake