Skip to content

Update mikepenz/action-junit-report action to v4 #252

Update mikepenz/action-junit-report action to v4

Update mikepenz/action-junit-report action to v4 #252

GitHub Actions / JUnit Test Report failed Jul 16, 2024 in 0s

1 tests run, 0 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 16 in tests/test_hessian_precon.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test_hessian_precon

collection failure
Raw output
ImportError while importing test module '/home/runner/work/matscipy/matscipy/tests/test_hessian_precon.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
test_hessian_precon.py:16: in <module>
    from ase.neb import NEB, NEBOptimizer
E   ImportError: cannot import name 'NEBOptimizer' from 'ase.neb' (/usr/local/lib/python3.10/dist-packages/ase/neb.py)