Skip to content

Commit

Permalink
infra: fix release (langchain-ai#17142)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Feb 7, 2024
1 parent 3e58df4 commit 2187268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2187268

Please sign in to comment.