Skip to content

Commit ed3952c

Browse files
committed
fix: CI — pre-install component-framework from GitHub (not yet on PyPI)
1 parent 1d3f2c5 commit ed3952c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
uv venv
27+
uv pip install "git+https://github.com/fsecada01/component-framework.git"
2728
uv pip install -e ".[dev]"
2829
2930
- name: Install Playwright browsers

0 commit comments

Comments
 (0)