We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9dc2a0 commit 6cc3d0dCopy full SHA for 6cc3d0d
.github/workflows/homebrew.yml
@@ -130,9 +130,9 @@ jobs:
130
echo " ✓ Installation structure verified"
131
132
echo "3. Checking Python venv..."
133
- test -d $(brew --prefix)/Cellar/mfc/*/libexec/venv
134
- test -f $(brew --prefix)/Cellar/mfc/*/libexec/venv/bin/python
135
- test -f $(brew --prefix)/Cellar/mfc/*/libexec/venv/bin/pip
+ test -d $(brew --prefix)/var/mfc/venv
+ test -f $(brew --prefix)/var/mfc/venv/bin/python
+ test -f $(brew --prefix)/var/mfc/venv/bin/pip
136
echo " ✓ Python venv exists"
137
138
echo "4. Checking examples..."
0 commit comments