Skip to content

Commit cb17ec3

Browse files
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=2760
1 parent eb2b829 commit cb17ec3

File tree

2 files changed

+90
-170
lines changed

2 files changed

+90
-170
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ dev = [
2222
"pyfakefs",
2323
"pydantic",
2424
"requests",
25+
2526
"pyyaml",
27+
"ruamel-yaml",
2628

2729
"testcontainers",
2830
"docker",

0 commit comments

Comments
 (0)