fix: replace pytfm workspace dependency with git source for CI compatibility
All checks were successful
ci/woodpecker/pr/pipeline Pipeline was successful
All checks were successful
ci/woodpecker/pr/pipeline Pipeline was successful
Remove the synthetic workspace hack from CI pipeline (fake pyproject.toml + git clone was fragile and complex). pytfm is now a clean git dependency in [tool.uv.sources], so uv resolves it automatically. Local development still works via: uv add --editable ../pytfm
This commit is contained in:
@@ -61,7 +61,7 @@ types = [
|
||||
blog = "app.main:main"
|
||||
|
||||
[tool.uv.sources]
|
||||
pytfm = { workspace = true }
|
||||
pytfm = { git = "https://git.pyaqa.ru/pi3c/pytfm.git" }
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
asyncio_mode = "auto"
|
||||
|
||||
Reference in New Issue
Block a user