build(macos): add Python venv support to setup script (#26702)

Signed-off-by: Ramon Roche <mrpollo@gmail.com>
Co-authored-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
Kristiyan Dimitrov
2026-04-20 19:45:54 +03:00
committed by GitHub
parent 9b45769878
commit b5e632ccf4
3 changed files with 38 additions and 5 deletions
+3 -1
View File
@@ -44,7 +44,9 @@ jobs:
macos-pip-${{ runner.arch }}-
- name: setup
run: ./Tools/setup/macos.sh
run: |
./Tools/setup/macos.sh
echo "${{ github.workspace }}/.venv/bin" >> $GITHUB_PATH
- uses: ./.github/actions/setup-ccache
id: ccache