Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Dec 5, 2023
1 parent 8b6712d commit 2767277
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check_diffs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
echo "Do something with this ${changed_file}."
done
- id: set-matrix
run: echo 'dirs-to-run=["libs/core", "libs/langchain"]' >> $GITHUB_OUTPUT
# run: echo "dirs-to-run=$(python ../scripts/check_diff.py ${{ steps.files.outputs.all }})" >> $GITHUB_OUTPUT
run: echo "dirs-to-run=$(python .github/scripts/check_diff.py ${{ steps.files.outputs.all }})" >> $GITHUB_OUTPUT
outputs:
dirs-to-run: ${{ steps.set-matrix.outputs.dirs-to-run }}
ci:
Expand Down

0 comments on commit 2767277

Please sign in to comment.