We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb2edf commit 1f1d46cCopy full SHA for 1f1d46c
1 file changed
.github/workflows/test.yml
@@ -52,6 +52,6 @@ jobs:
52
- name: Set up env
53
run: uv sync
54
- name: Install package
55
- run: uv install .
+ run: uv pip install .
56
- name: Check entry point
57
run: render-engine init --no-input
0 commit comments