We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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_lamindb()
Re:
laminci/laminci/nox.py
Line 121 in 4ebcede
Can we change the if condition from if branch == "main" to if branch != "release"?
if branch == "main"
if branch != "release"
@Koncopd @Zethson @sunnyosun
It took me a while that it installs an inconsistent state on the lamindb v1 branch (or any other pr branch).
The text was updated successfully, but these errors were encountered:
It made bionty CI error here laminlabs/bionty#178
Re-running, I think it should work now.
Sorry, something went wrong.
Yeah, works now. I think this was a bug. But you tell me if this was on purpose.
Successfully merging a pull request may close this issue.
Re:
laminci/laminci/nox.py
Line 121 in 4ebcede
Can we change the if condition from
if branch == "main"
toif branch != "release"
?@Koncopd @Zethson @sunnyosun
It took me a while that it installs an inconsistent state on the lamindb v1 branch (or any other pr branch).
The text was updated successfully, but these errors were encountered: