Skip to content

Commit

Permalink
Try using a Python venv
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Oct 21, 2024
1 parent 97b93a5 commit 84e12d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,10 @@ jobs:
brew install kadwanev/brew/retry
- name: py dependencies
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
python3.12 -m venv .venv
source .venv/bin/activate
fi
#python3 -m pip install -U pip==21.3.1
pip install meson # ==0.61.5 # https://github.com/rizinorg/cutter/runs/7170222817?check_suite_focus=true
pip install setuptools
Expand All @@ -453,6 +457,7 @@ jobs:
shell: bash
if: contains(matrix.os, 'macos')
run: |
source .venv/bin/activate
export MACOSX_DEPLOYMENT_TARGET=10.15
scripts/fetch_deps.sh
source cutter-deps/env.sh
Expand Down

0 comments on commit 84e12d6

Please sign in to comment.