unbottled dependencies error when attempting to build bottle using test-bot via github ci #4856
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
decided to run test-bot locally with the same user that has brew installed in
i added the output
|
Beta Was this translation helpful? Give feedback.
-
How do you implement this? If it's just a custom git remote, you'll need to specify |
Beta Was this translation helpful? Give feedback.
-
thanks bo. 🙏 i had specified that in my tests.yml but i guess it couldnt hurt if i added that for the user running test-bot. ill give that a go when im not AFK |
Beta Was this translation helpful? Give feedback.
Ahh right yeah I think
setup-homebrew
unsets it because we had to work around some problematic behaviour on the default GitHub runners. If you set it as an env for just that step in the workflow it should work.e.g.
The
setup-homebrew
change has not been a problem for most people as custom homebrew-core forks are extremely rare. You don't need to setHOMEBREW_NO_INSTALL_FROM_API
anywhere that doesn't use a forked homebrew-core.