-
-
Notifications
You must be signed in to change notification settings - Fork 13k
polynote 0.4.2 #80105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
polynote 0.4.2 #80105
Conversation
2314735
to
99d6a89
Compare
There doesn't appear to be a I think this script has a dependency on https://pypi.org/project/jep/. In fact, the tarball has a
|
99d6a89
to
3f1c95b
Compare
As far as I can tell, only Most of others are never directly used.
However,
That is the one that caused issues in previous update attempt: #74313 (comment), so will avoid. |
env = Language::Java.overridable_java_home_env | ||
env["PYTHONPATH"] = ENV["PYTHONPATH"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should try avoiding env
, since I think the Formula
class (or something else it includes) defines an env
method.
🤖 A scheduled task has triggered a merge. |
Created with
brew bump-formula-pr
.First actual release (not pre-release).
Also try to bottle and probably remove from #80003