mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-19 19:11:33 +00:00
infra: api docs setup action location (#18148)
This commit is contained in:
parent
28cf3aab45
commit
257879e98d
2
.github/workflows/api_doc_build.yml
vendored
2
.github/workflows/api_doc_build.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
git merge origin/master -m "Merge master" --allow-unrelated-histories -X theirs
|
git merge origin/master -m "Merge master" --allow-unrelated-histories -X theirs
|
||||||
|
|
||||||
- name: Set up Python ${{ env.PYTHON_VERSION }} + Poetry ${{ env.POETRY_VERSION }}
|
- name: Set up Python ${{ env.PYTHON_VERSION }} + Poetry ${{ env.POETRY_VERSION }}
|
||||||
uses: "./.github/actions/poetry_setup"
|
uses: "./langchain/.github/actions/poetry_setup"
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
poetry-version: ${{ env.POETRY_VERSION }}
|
poetry-version: ${{ env.POETRY_VERSION }}
|
||||||
|
Loading…
Reference in New Issue
Block a user