ci: install python deps for mac build

Sets up Python and installs cx_Freeze/libtorrent so the macOS DMG build can compile the Python RPC.

Made-with: Cursor
This commit is contained in:
spectre365
2026-04-30 11:23:59 -03:00
parent 97f8a93302
commit 7f079dd717
+6 -1
View File
@@ -10,9 +10,14 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22.21.0
cache: yarn
- uses: dtolnay/rust-toolchain@stable
- run: yarn install --frozen-lockfile
- uses: actions/setup-python@v5
with:
python-version: 3.9
- run: pip install -r requirements.txt
- run: yarn build:mac
- uses: actions/upload-artifact@v4
with: