mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-05 04:38:26 +00:00
infra: fix core release (#17195)
core doesn't have any min deps to test
This commit is contained in:
parent
78409634fe
commit
4ae91733aa
2
.github/workflows/_release.yml
vendored
2
.github/workflows/_release.yml
vendored
@ -182,6 +182,7 @@ jobs:
|
||||
working-directory: ${{ inputs.working-directory }}
|
||||
|
||||
- name: Get minimum versions
|
||||
if: ${{ !startsWith(inputs.working-directory, 'libs/core') }}
|
||||
working-directory: ${{ inputs.working-directory }}
|
||||
id: min-version
|
||||
run: |
|
||||
@ -191,6 +192,7 @@ jobs:
|
||||
echo "min-versions=$min_versions"
|
||||
|
||||
- name: Run unit tests with minimum dependency versions
|
||||
if: ${{ !startsWith(inputs.working-directory, 'libs/core') }}
|
||||
env:
|
||||
MIN_VERSIONS: ${{ steps.min-version.outputs.min-versions }}
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user