mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-27 17:08:47 +00:00
update
This commit is contained in:
parent
18afa861fa
commit
116aa19048
6
.github/workflows/check_diffs.yml
vendored
6
.github/workflows/check_diffs.yml
vendored
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user