mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-17 16:39:52 +00:00
set codspeed output whoops
This commit is contained in:
parent
f08e4f1274
commit
7cfb6a6d6a
4
.github/workflows/codspeed.yml
vendored
4
.github/workflows/codspeed.yml
vendored
@ -35,8 +35,8 @@ jobs:
|
|||||||
uv venv
|
uv venv
|
||||||
uv pip install packaging requests
|
uv pip install packaging requests
|
||||||
uv run .github/scripts/check_diff.py ${{ steps.files.outputs.all }} >> $GITHUB_OUTPUT
|
uv run .github/scripts/check_diff.py ${{ steps.files.outputs.all }} >> $GITHUB_OUTPUT
|
||||||
outputs:
|
outputs:
|
||||||
codspeed: ${{ steps.set-matrix.outputs.codspeed }}
|
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