Skip to content

Commit feddbbe

Browse files
committed
Fix workflow part 2.
1 parent 1f1d46c commit feddbbe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
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 pip install .
55+
run: source .venv/bin/activate && uv pip install .
5656
- name: Check entry point
57-
run: render-engine init --no-input
57+
run: source .venv/bin/activate && render-engine init --no-input

0 commit comments

Comments
 (0)