mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-15 17:33:53 +00:00
chore: clean up capitalization in workflow names (#31944)
This commit is contained in:
parent
c026a71a06
commit
042da2a2b2
2
.github/workflows/_integration_test.yml
vendored
2
.github/workflows/_integration_test.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Integration tests
|
name: Integration Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
6
.github/workflows/_release.yml
vendored
6
.github/workflows/_release.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: release
|
name: Release
|
||||||
run-name: Release ${{ inputs.working-directory }} by @${{ github.actor }}
|
run-name: Release ${{ inputs.working-directory }} by @${{ github.actor }}
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
@ -64,7 +64,7 @@ jobs:
|
|||||||
name: dist
|
name: dist
|
||||||
path: ${{ inputs.working-directory }}/dist/
|
path: ${{ inputs.working-directory }}/dist/
|
||||||
|
|
||||||
- name: Check Version
|
- name: Check version
|
||||||
id: check-version
|
id: check-version
|
||||||
shell: python
|
shell: python
|
||||||
working-directory: ${{ inputs.working-directory }}
|
working-directory: ${{ inputs.working-directory }}
|
||||||
@ -93,7 +93,7 @@ jobs:
|
|||||||
${{ inputs.working-directory }}
|
${{ inputs.working-directory }}
|
||||||
ref: ${{ github.ref }} # this scopes to just ref'd branch
|
ref: ${{ github.ref }} # this scopes to just ref'd branch
|
||||||
fetch-depth: 0 # this fetches entire commit history
|
fetch-depth: 0 # this fetches entire commit history
|
||||||
- name: Check Tags
|
- name: Check tags
|
||||||
id: check-tags
|
id: check-tags
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: langchain/${{ inputs.working-directory }}
|
working-directory: langchain/${{ inputs.working-directory }}
|
||||||
|
6
.github/workflows/api_doc_build.yml
vendored
6
.github/workflows/api_doc_build.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: API docs build
|
name: API Docs Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -56,7 +56,7 @@ jobs:
|
|||||||
git clone --depth 1 https://github.com/$repo.git $REPO_NAME
|
git clone --depth 1 https://github.com/$repo.git $REPO_NAME
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: Setup python ${{ env.PYTHON_VERSION }}
|
- name: Setup Python ${{ env.PYTHON_VERSION }}
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
id: setup-python
|
id: setup-python
|
||||||
with:
|
with:
|
||||||
@ -68,7 +68,7 @@ jobs:
|
|||||||
python -m pip install -U uv
|
python -m pip install -U uv
|
||||||
python -m uv pip install --upgrade --no-cache-dir pip setuptools pyyaml
|
python -m uv pip install --upgrade --no-cache-dir pip setuptools pyyaml
|
||||||
|
|
||||||
- name: Move libs with script
|
- name: Move libs
|
||||||
run: python langchain/.github/scripts/prep_api_docs_build.py
|
run: python langchain/.github/scripts/prep_api_docs_build.py
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
2
.github/workflows/check_core_versions.yml
vendored
2
.github/workflows/check_core_versions.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Check `langchain-core` version equality
|
name: Check `core` Version Equality
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
2
.github/workflows/check_new_docs.yml
vendored
2
.github/workflows/check_new_docs.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Integration docs lint
|
name: Integration Docs Lint
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
2
.github/workflows/run_notebooks.yml
vendored
2
.github/workflows/run_notebooks.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Run notebooks
|
name: Run Notebooks
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
4
.github/workflows/scheduled_test.yml
vendored
4
.github/workflows/scheduled_test.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Scheduled tests
|
name: Scheduled Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
|
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
|
||||||
@ -162,7 +162,7 @@ jobs:
|
|||||||
langchain/libs/partners/google-vertexai \
|
langchain/libs/partners/google-vertexai \
|
||||||
langchain/libs/partners/aws
|
langchain/libs/partners/aws
|
||||||
|
|
||||||
- name: Ensure the tests did not create any additional files
|
- name: Ensure tests did not create additional files
|
||||||
working-directory: langchain
|
working-directory: langchain
|
||||||
run: |
|
run: |
|
||||||
set -eu
|
set -eu
|
||||||
|
Loading…
Reference in New Issue
Block a user