mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-15 23:57:21 +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: |
|
||||
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 ]
|
||||
|
Loading…
Reference in New Issue
Block a user