Commit cb17ec3
committed
NO-JIRA: install ruyamel because we import it (#2764)
```
________ ERROR collecting scripts/generate_pull_request_pipelineruns.py ________
ImportError while importing test module '/home/runner/work/notebooks/notebooks/scripts/generate_pull_request_pipelineruns.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../.local/share/uv/python/cpython-3.14.2-linux-x86_64-gnu/lib/python3.14/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
scripts/generate_pull_request_pipelineruns.py:12: in <module>
from ruamel.yaml import YAML
E ModuleNotFoundError: No module named 'ruamel'
```
https://github.com/opendatahub-io/notebooks/actions/runs/20073940406/job/57583254553?pr=27601 parent eb2b829 commit cb17ec3
2 files changed
+90
-170
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
0 commit comments