-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
In pyhf/pyhf-validation PR 9 is was discovered that the current build doesn't have root or hist2workspace in PATH even though Python knows about PyROOT. This is curious and seems to be a direct effect of that fact that a root_base build is used, as if root_base
pyhf-validation-root-base/Dockerfile
Lines 14 to 15 in d7e3ad6
| RUN conda create --yes --quiet -p /opt/condaenv \ | |
| "root_base=$ROOT_VERSION" \ |
is replaced with root then everything proceeds as normal with root or hist2workspace in PATH.
It seems that something basic is being missed, and that @henryiii and @chrisburr might be able to give some guidance here.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working