We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3f2c5 commit ed3952cCopy full SHA for ed3952c
1 file changed
.github/workflows/ci.yml
@@ -24,6 +24,7 @@ jobs:
24
- name: Install dependencies
25
run: |
26
uv venv
27
+ uv pip install "git+https://github.com/fsecada01/component-framework.git"
28
uv pip install -e ".[dev]"
29
30
- name: Install Playwright browsers
0 commit comments