Skip to content

Commit 388a843

Browse files
committed
Deps
1 parent 44888b7 commit 388a843

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/check_pr.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,11 @@ jobs:
315315
run: |
316316
uv venv
317317
. .venv/bin/activate
318-
uv pip install -e .
318+
uv pip install .
319+
uv pip install -r build-requirements.txt
319320
python ./misc/perf_compare.py master "$PR_HEAD_HASH" | tee results.txt
320321
{
321-
printf 'result_run_%s<<EOF' "$SEQUENCE_NO"
322+
printf 'result_run_%s<<EOF\n' "$SEQUENCE_NO"
322323
sed -ne '/===/,$ p' results.txt
323324
echo EOF
324325
} >>"$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)