You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Fork https://github.com/gtaylor/homebrew-baymesh
1. Manually trigger the "refresh Python Formulas" workflow. Change the `gtaylor`in this URL to your username and click the "Run workflow" button in the upper right corner: `https://github.com/gtaylor/homebrew-baymesh/actions/workflows/refresh_python.yml`
The text was updated successfully, but these errors were encountered:
Indeed it is a bit cryptic. It's one of the few commands that takes interactive input. It does so for the name specifically, so you will need to pass --set-name=<name> in a CI environment. Everything else should work fine.
Though we should of course make that error properly rather than crash.
In the scenario you describe however, it sounds like you may find brew bump-formula-pr more useful than brew create. brew create in CI is very rare.
In the scenario you describe however, it sounds like you may find brew bump-formula-pr more useful than brew create. brew create in CI is very rare.
This sounds interesting! Will it automatically add and update the resource blocks for Python dependencies? I didn't want to have to go in and revise those manually with each release.
brew doctor
outputVerification
brew doctor
output" above saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
twice and am still able to reproduce my issue.brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.brew config
outputWhat were you trying to do (and why)?
Automatically regenerate the baymesh formula in my custom tap repo from CI using
brew create --python
. See: https://github.com/gtaylor/homebrew-baymeshWhat happened (include all command output)?
The
brew create
command fails with a cryptic error and backtrace.What did you expect to happen?
I expected
brew create
to create a new formula from my Python app in the appropriate path.Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: