Skip to content

update publish workflow#58

Merged
themattinthehatt merged 1 commit into
mainfrom
fix
Jun 29, 2026
Merged

update publish workflow#58
themattinthehatt merged 1 commit into
mainfrom
fix

Conversation

@themattinthehatt

Copy link
Copy Markdown
Contributor

gsplat is a git dependency that requires torch to build its C extensions. In the publish workflow, the poetry install --only-root step triggers dependency resolution/building for gsplat, but torch isn't available yet.

This PR removes the poetry install --only-root step entirely. It's not needed — poetry build just packages the source files into a wheel/sdist without needing to install or compile any dependencies. gsplat will only be compiled when users install beast-backbones on their own machines (where torch is already present).

@themattinthehatt themattinthehatt merged commit a163d7d into main Jun 29, 2026
2 checks passed
@themattinthehatt themattinthehatt deleted the fix branch June 29, 2026 15:11
@codecov

codecov Bot commented Jun 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.51%. Comparing base (6058ec9) to head (2e3cbbc).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #58   +/-   ##
=======================================
  Coverage   86.51%   86.51%           
=======================================
  Files          55       55           
  Lines        5022     5022           
=======================================
  Hits         4345     4345           
  Misses        677      677           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant