Skip to content

Commit 5e69dcb

Browse files
committed
chore: Update publish workflow to use --system flag for pip installation
1 parent 3e93b04 commit 5e69dcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install quality dependencies
3232
run: |
3333
python -m pip install --upgrade pip uv
34-
uv pip install --upgrade -e ".[dev]"
34+
uv pip install --system --upgrade -e ".[dev]"
3535
3636
- name: Check Python formatting (black + isort)
3737
run: |

0 commit comments

Comments
 (0)