mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-27 06:18:05 +00:00
infra: remove pydantic v1 tests
This commit is contained in:
13
.github/workflows/check_diffs.yml
vendored
13
.github/workflows/check_diffs.yml
vendored
@@ -89,19 +89,6 @@ jobs:
|
|||||||
python-version: ${{ matrix.job-configs.python-version }}
|
python-version: ${{ matrix.job-configs.python-version }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
dependencies:
|
|
||||||
name: cd ${{ matrix.job-configs.working-directory }}
|
|
||||||
needs: [ build ]
|
|
||||||
if: ${{ needs.build.outputs.dependencies != '[]' }}
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
job-configs: ${{ fromJson(needs.build.outputs.dependencies) }}
|
|
||||||
uses: ./.github/workflows/_dependencies.yml
|
|
||||||
with:
|
|
||||||
working-directory: ${{ matrix.job-configs.working-directory }}
|
|
||||||
python-version: ${{ matrix.job-configs.python-version }}
|
|
||||||
secrets: inherit
|
|
||||||
|
|
||||||
extended-tests:
|
extended-tests:
|
||||||
name: "cd ${{ matrix.job-configs.working-directory }} / make extended_tests #${{ matrix.job-configs.python-version }}"
|
name: "cd ${{ matrix.job-configs.working-directory }} / make extended_tests #${{ matrix.job-configs.python-version }}"
|
||||||
needs: [ build ]
|
needs: [ build ]
|
||||||
|
Reference in New Issue
Block a user