Skip to content

CTM-575 Preparations to update terra-base#521

Open
aednichols wants to merge 4 commits into
masterfrom
aen_ctm_575
Open

CTM-575 Preparations to update terra-base#521
aednichols wants to merge 4 commits into
masterfrom
aen_ctm_575

Conversation

@aednichols

Copy link
Copy Markdown
  • Add new Action to build & test terra-base, previously did not seem to be tested
  • Hop-on: fix bash list syntax that could cause a bug

@aednichols aednichols requested review from LizBaldo and lucymcnatt July 2, 2026 20:57
@aednichols aednichols marked this pull request as ready for review July 2, 2026 20:57

# The Jupyter server runs in this venv; user notebook code runs in the conda kernel env.
SERVER_PY = "/etc/jupyter/bin/python"
KERNEL_PY = "/home/jupyter/.envs/python3/bin/python"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this really the location? I thought it was under a python 3.10 specific name

assert _minor(SERVER_PY) == _minor(KERNEL_PY), "server venv and kernel env Python differ"


def test_jupyter_stack_imports():

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For notebooks and labs I would test that you are getting the expected version. Terra is currently not setup for notebook 7 for instance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants