Skip to content

Commit 02a2a94

Browse files
mnaserclaude
authored andcommitted
fix(manila): add setup-uv action to install uv
The previous commit switched to using uv but forgot to install it first. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
1 parent eb4aa32 commit 02a2a94

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/manila.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ jobs:
5858
path: ~/.cache/image-create
5959
key: ${{ steps.cache-dib-image-cache.outputs.cache-primary-key }}
6060

61+
- name: Install uv
62+
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'release'
63+
uses: astral-sh/setup-uv@v5
64+
6165
- name: Publish image
6266
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'release'
6367
run: |

0 commit comments

Comments
 (0)