mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-19 09:30:15 +00:00
set codspeed output whoops
This commit is contained in:
parent
5c05e6e5e1
commit
f08e4f1274
6
.github/workflows/codspeed.yml
vendored
6
.github/workflows/codspeed.yml
vendored
@ -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 ]
|
||||||
|
Loading…
Reference in New Issue
Block a user