set codspeed output whoops

This commit is contained in:
Sydney Runkle 2025-05-29 10:06:57 -04:00
parent 5c05e6e5e1
commit f08e4f1274

View File

@ -34,9 +34,9 @@ jobs:
run: | run: |
uv venv uv venv
uv pip install packaging requests uv pip install packaging requests
output=$(uv run .github/scripts/check_diff.py ${{ steps.files.outputs.all }}) uv run .github/scripts/check_diff.py ${{ steps.files.outputs.all }} >> $GITHUB_OUTPUT
echo "Script output: $output" outputs:
echo "$output" >> $GITHUB_OUTPUT codspeed: ${{ steps.set-matrix.outputs.codspeed }}
codspeed: codspeed:
name: Run benchmarks name: Run benchmarks
needs: [ prepare_matrix ] needs: [ prepare_matrix ]