debugging

This commit is contained in:
Sydney Runkle 2025-05-29 10:03:27 -04:00
parent d01d670308
commit 5c05e6e5e1

View File

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