diff options
author | Brian Van Essen <vanessen1@llnl.gov> | 2021-09-26 06:48:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-26 15:48:45 +0200 |
commit | 123c1057714823c2a8dcaa1589b142dcc818b180 (patch) | |
tree | 38fda6356261667be7f5972a367382aa91062f19 /.github/workflows | |
parent | b909560ed5c1f33dd8dfd2dbb1eae1027ada8579 (diff) | |
download | spack-123c1057714823c2a8dcaa1589b142dcc818b180.tar.gz spack-123c1057714823c2a8dcaa1589b142dcc818b180.tar.bz2 spack-123c1057714823c2a8dcaa1589b142dcc818b180.tar.xz spack-123c1057714823c2a8dcaa1589b142dcc818b180.zip |
onnx: fix python version in environments (#26131)
When using the ONNX package inside of an environment that specifies a
python3 executable, it will attempt to use a system installed
version. This can lead to a failure where the system python and the
environment python don't agree and the system python ends up with an
invalid environment. Forces ONNX to use the same version of python as
the rest of the spec.
Co-authored-by: Greg Becker <becker33@llnl.gov>
Diffstat (limited to '.github/workflows')
0 files changed, 0 insertions, 0 deletions