=========================================================== ERRORS ============================================================
________________________________ ERROR collecting integration_tests/small_multi_stream_test.py ________________________________
ImportError while importing test module '/users/lessig/santis/WeatherGenerator/integration_tests/small_multi_stream_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../.local/share/uv/python/cpython-3.12.11-linux-aarch64-gnu/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
integration_tests/small_multi_stream_test.py:27: in <module>
from weathergen.evaluate.run_evaluation import evaluate_from_config
packages/evaluate/src/weathergen/evaluate/run_evaluation.py:22: in <module>
import mlflow
E ModuleNotFoundError: No module named 'mlflow'
=================================================== short test summary info ===================================================
ERROR integration_tests/small_multi_stream_test.py
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
====================================================== 1 error in 0.73s =======================================================
What happened?
Running
./scripts/actions.sh syncand/scripts/actions.sh integration-testresults inWhat are the steps to reproduce the bug?
See above
Hedgedoc link to logs and more information. This ticket is public, do not attach files directly.
No response