Skip to content

Commit 6d7e050

Browse files
PedramNavidclaude
andcommitted
fix: use --system flag for uv pip install in workflow
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ddcb881 commit 6d7e050

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/notebook-diff-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: uv python install 3.11
2828

2929
- name: Install nbdime
30-
run: uv pip install nbdime
30+
run: uv pip install --system nbdime
3131

3232
- name: Get changed notebooks
3333
id: changed-notebooks

0 commit comments

Comments
 (0)