We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44888b7 commit 388a843Copy full SHA for 388a843
1 file changed
.github/workflows/check_pr.yaml
@@ -315,10 +315,11 @@ jobs:
315
run: |
316
uv venv
317
. .venv/bin/activate
318
- uv pip install -e .
+ uv pip install .
319
+ uv pip install -r build-requirements.txt
320
python ./misc/perf_compare.py master "$PR_HEAD_HASH" | tee results.txt
321
{
- printf 'result_run_%s<<EOF' "$SEQUENCE_NO"
322
+ printf 'result_run_%s<<EOF\n' "$SEQUENCE_NO"
323
sed -ne '/===/,$ p' results.txt
324
echo EOF
325
} >>"$GITHUB_OUTPUT"
0 commit comments