Skip to content

Commit f07fe4b

Browse files
committed
Fix homebrew.yml: Update venv path from var/mfc/venv to libexec/venv
1 parent fe6971e commit f07fe4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/homebrew.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ jobs:
228228
echo " ✓ Installation structure verified"
229229
230230
echo "3. Checking Python venv..."
231-
test -d $(brew --prefix)/var/mfc/venv
232-
test -f $(brew --prefix)/var/mfc/venv/bin/python
233-
test -f $(brew --prefix)/var/mfc/venv/bin/pip
231+
test -d $(brew --prefix mfc)/libexec/venv
232+
test -f $(brew --prefix mfc)/libexec/venv/bin/python
233+
test -f $(brew --prefix mfc)/libexec/venv/bin/pip
234234
echo " ✓ Python venv exists"
235235
236236
echo "4. Checking examples..."

0 commit comments

Comments
 (0)