Revert "fix: use uv for modal deployment"#528
Conversation
This reverts commit f816a52.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe deployment script simplifies its modal invocation by removing preflight checks for the Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Terraform Validation Results
Pushed by: @ColeMurray, Action: |
There was a problem hiding this comment.
Summary
This PR reverts the recent switch from modal deploy to uv run modal in terraform/modules/modal-app/scripts/deploy.sh. The change looks correct: the Terraform deployment workflow currently installs modal directly with pip and does not provision uv, so this revert restores compatibility with the documented and automated deployment path.
- PR Title and number: Revert "fix: use uv for modal deployment" (#528)
- Author: @ColeMurray
- Files changed count, additions/deletions: 1 file changed, 3 additions / 15 deletions
Critical Issues
None.
Suggestions
None.
Nitpicks
None.
Positive Feedback
- The revert keeps the deploy script aligned with the repository documentation, which consistently uses
modal deploy. - The change also matches the Terraform GitHub Actions workflow, where
modalis installed explicitly butuvis not. - The scope is minimal and isolated to the failing integration point, which keeps the rollback low risk.
Questions
None.
Verdict (for GitHub PRs)
Approve: Ready to merge, no blocking issues.
Reverts #509
Summary by CodeRabbit