mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-18 18:53:10 +00:00
infra: poetry run min versions 2 (#17149)
This commit is contained in:
parent
181a033226
commit
9710346095
4
.github/workflows/_release.yml
vendored
4
.github/workflows/_release.yml
vendored
@ -183,7 +183,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Get minimum versions
|
- name: Get minimum versions
|
||||||
id: check-version
|
id: check-version
|
||||||
run: echo "min-versions=$(poetry run python $GITHUB_WORKSPACE/.github/scripts/get_min_versions.py pyproject.toml)" >> $GITHUB_OUTPUT
|
run: |
|
||||||
|
poetry run pip install packaging
|
||||||
|
echo "min-versions=$(poetry run python $GITHUB_WORKSPACE/.github/scripts/get_min_versions.py pyproject.toml)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Run unit tests with minimum dependency versions
|
- name: Run unit tests with minimum dependency versions
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user