-
Notifications
You must be signed in to change notification settings - Fork 343
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
Install ldid
with brew
#1217
Install ldid
with brew
#1217
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
so just wait for conda-forge/ldid-feedstock#7 to be safe then? |
Blocked by conda-forge/ldid-feedstock#7 |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as off-topic.
This comment was marked as off-topic.
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.
/rubber_stamp
#blocked
@dacbd, Homebrew/homebrew-core#112702 won the |
Note that steps:
- run: for path in /home/linuxbrew/.linuxbrew/{s,}bin; do echo $path; done >> $GITHUB_PATH
- run: brew install ldid |
You can also use the steps:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@29b2973f18e5aca5443f4b3d87f68eda7a27b22b |
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.
:rubber_stamp:
but feels weird to use homebrew for not mac things... do we care, should we revisit this after a conda update?
It's indeed unusual, but “linuxbrew” is handy. I use it on my personal projects to install Hashicorp Packer on GitHub Actions with a single line. 🤷🏼♂️ |
We could, if |
Thanks for all your help with Homebrew/homebrew-core#112702, @carlocab! |
Not sure if it's better to do this or just keep the previous code and
git checkout a23f0faadd29ec00a6b7fb2498c3d15af15a7100
to make sure we're running the code we want... until somebody manages to break SHA1DC. 😅