mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-01 00:49:25 +00:00
infra: fix release (#17142)
This commit is contained in:
parent
3e58df43c2
commit
2187268208
2
.github/workflows/_release.yml
vendored
2
.github/workflows/_release.yml
vendored
@ -183,7 +183,7 @@ jobs:
|
||||
|
||||
- name: Get minimum versions
|
||||
id: check-version
|
||||
run: echo "min-versions=$(python $GITHUB_WORKSPACE/.github/scripts/get_min_versions.py pyproject.toml)"" >> $GITHUB_OUTPUT
|
||||
run: echo "min-versions=$(python $GITHUB_WORKSPACE/.github/scripts/get_min_versions.py pyproject.toml)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Run unit tests with minimum dependency versions
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user