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
with:
python-version: '3.11'
- id: files
uses: Ana06/get-changed-files@v2.2.0
# - id: files
# uses: Ana06/get-changed-files@v2.2.0
- id: set-matrix
run: |
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:
lint: ${{ steps.set-matrix.outputs.lint }}
test: ${{ steps.set-matrix.outputs.test }}