Skip to content

Commit 1f1d46c

Browse files
committed
Fix workflow.
1 parent acb2edf commit 1f1d46c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
- name: Set up env
5353
run: uv sync
5454
- name: Install package
55-
run: uv install .
55+
run: uv pip install .
5656
- name: Check entry point
5757
run: render-engine init --no-input

0 commit comments

Comments
 (0)