ethanglaser
ethanglaser
/intelci: run
Doc build CI fail: FileNotFoundError: [Errno 2] No such file or directory: 'doc_version.json'
The relative file paths seem to be adding some instability - is there an advantage to creating a json file over setting an environment variable or something like that? ie...
publish.yml is not being triggered from anywhere - the failing step is from .ci/pipeline/docs.yml which does not include any of the necessary logic
Is the primary goal of additions to have necessary functionality from https://github.com/IntelPython/dpctl/blob/master/dpctl/apis/include/dpctl4pybind11.hpp added to our repo?
Would we want to then explore removing dpctl usage from setup scripts (ie https://github.com/intel/scikit-learn-intelex/blob/main/setup.py#L92-L105) or is it unrelated?
CI looks good, and checked build and test/example logs as well - seems to be running smoothly
Is there a sample ml_benchmarks CI job ran with this branch? Or an infra branch associated with the update? I imagine some refactoring of infra support would be needed.
Are any TODOs from CodeFactor hits meant to be addressed in this PR? Or would they be addressed in subsequent PRs?
> Is there a sample ml_benchmarks CI job ran with this branch? Or an infra branch associated with the update? I imagine some refactoring of infra support would be needed....