Add pyproject.toml with pytest pythonpath config
CI - Lint & Test / lint-and-test (push) Successful in 36s
Details
CI - Lint & Test / lint-and-test (push) Successful in 36s
Details
Fixes ModuleNotFoundError for src module in CI test step. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d111151fa3
commit
7fe4a38674
|
|
@ -0,0 +1,7 @@
|
||||||
|
[project]
|
||||||
|
name = "mlops-architecture"
|
||||||
|
version = "0.1.0"
|
||||||
|
requires-python = ">=3.10"
|
||||||
|
|
||||||
|
[tool.pytest.ini_options]
|
||||||
|
pythonpath = ["."]
|
||||||
Loading…
Reference in New Issue