SFTtech / openage

Free (as in freedom) open source clone of the Age of Empires II engine 🚀
http://openage.dev
Other
12.51k stars 1.11k forks source link

Force install pip packages in macOS CI #1643

Closed heinezen closed 2 months ago

heinezen commented 2 months ago

This forces all macOS Python dependencies to be installed via pip and not homebrew. The homebrew variants didn't always work, so we have to do this workaround.