pytfm as external deps #18

Merged
pi3c merged 1 commits from feature/workflow-deps into dev 2026-05-11 14:13:41 +00:00

1 Commits

Author SHA1 Message Date
7bf9cce337 fix: replace pytfm workspace dependency with git source for CI compatibility
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
2026-05-11 16:48:15 +03:00