This commit is contained in:
Chester Curme 2024-09-28 13:05:13 -04:00
parent 18afa861fa
commit 116aa19048

View File

@ -27,12 +27,12 @@ jobs:
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: '3.11' python-version: '3.11'
- id: files # - id: files
uses: Ana06/get-changed-files@v2.2.0 # uses: Ana06/get-changed-files@v2.2.0
- id: set-matrix - id: set-matrix
run: | run: |
python -m pip install packaging python -m pip install packaging
python .github/scripts/check_diff.py ${{ steps.files.outputs.all }} >> $GITHUB_OUTPUT python .github/scripts/check_diff.py libs/core/langchain_core/__init__.py >> $GITHUB_OUTPUT
outputs: outputs:
lint: ${{ steps.set-matrix.outputs.lint }} lint: ${{ steps.set-matrix.outputs.lint }}
test: ${{ steps.set-matrix.outputs.test }} test: ${{ steps.set-matrix.outputs.test }}