-
Notifications
You must be signed in to change notification settings - Fork 0
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
[IA-3606] Fix failing GHA automation #27
Conversation
…to running the local server.
…hon dependencies stage of the doc.
``` py | ||
SAM_ROOT = 'https://sam.dsde-dev.broadinstitute.org' | ||
``` | ||
|
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.
can you document the url for access calhoun locally somewhere too
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.
Added!
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.
lgtm
Description
Docker build command is failing.
The issue is
ImportError: cannot import name 'contextfilter' from 'jinja2'
To fix this, we need to lock the Jinja2 version to 3.0. OR unpin nbconvert.
Solution sourced from here:
d2l-ai/d2l-book#46