Skip to content

Commit

Permalink
Revert "Try using a Python venv"
Browse files Browse the repository at this point in the history
This reverts commit 84e12d6.
  • Loading branch information
kazarmy committed Oct 21, 2024
1 parent 7cf9e2a commit 8f4f89f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -435,10 +435,6 @@ 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 @@ -457,7 +453,6 @@ 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 8f4f89f

Please sign in to comment.