mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-17 16:39:52 +00:00
debugging
This commit is contained in:
parent
d01d670308
commit
5c05e6e5e1
4
.github/workflows/codspeed.yml
vendored
4
.github/workflows/codspeed.yml
vendored
@ -34,7 +34,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
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
|
output=$(uv run .github/scripts/check_diff.py ${{ steps.files.outputs.all }})
|
||||||
|
echo "Script output: $output"
|
||||||
|
echo "$output" >> $GITHUB_OUTPUT
|
||||||
codspeed:
|
codspeed:
|
||||||
name: Run benchmarks
|
name: Run benchmarks
|
||||||
needs: [ prepare_matrix ]
|
needs: [ prepare_matrix ]
|
||||||
|
Loading…
Reference in New Issue
Block a user