We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1d46c commit feddbbeCopy full SHA for feddbbe
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 pip install .
+ run: source .venv/bin/activate && uv pip install .
56
- name: Check entry point
57
- run: render-engine init --no-input
+ run: source .venv/bin/activate && render-engine init --no-input
0 commit comments