Skip to content

Commit d8e4385

Browse files
try to fix cirrus build by using system pip
1 parent 7971275 commit d8e4385

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.cirrus.yml

-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ mac_task:
137137
- sudo cp -r raylib-c/src/external/glfw/include/GLFW /usr/local/include/
138138
- sudo cp physac/src/physac.h /usr/local/include/
139139
- sudo cp raygui/src/raygui.h /usr/local/include/
140-
- /opt/homebrew/bin/python${PY_VER} -m pip install --break-system-packages --upgrade pip
141140
- /opt/homebrew/bin/python${PY_VER} -m pip install --break-system-packages cffi
142141
- /opt/homebrew/bin/python${PY_VER} -m pip install --break-system-packages setuptools
143142
- /opt/homebrew/bin/python${PY_VER} -m pip install --break-system-packages wheel

0 commit comments

Comments
 (0)