From d8e4385990c37e3280453ec60b73182fd8fe285c Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Sat, 3 May 2025 20:35:24 +0100 Subject: [PATCH] try to fix cirrus build by using system pip --- .cirrus.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 77da08d..498dbb3 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -137,7 +137,6 @@ mac_task: - sudo cp -r raylib-c/src/external/glfw/include/GLFW /usr/local/include/ - sudo cp physac/src/physac.h /usr/local/include/ - sudo cp raygui/src/raygui.h /usr/local/include/ - - /opt/homebrew/bin/python${PY_VER} -m pip install --break-system-packages --upgrade pip - /opt/homebrew/bin/python${PY_VER} -m pip install --break-system-packages cffi - /opt/homebrew/bin/python${PY_VER} -m pip install --break-system-packages setuptools - /opt/homebrew/bin/python${PY_VER} -m pip install --break-system-packages wheel