mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-29 09:58:44 +00:00
x
This commit is contained in:
parent
1a4af623f1
commit
c71fc8b58a
7
.github/actions/uv_setup/action.yml
vendored
7
.github/actions/uv_setup/action.yml
vendored
@ -16,13 +16,8 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv and set the python version
|
||||||
uses: astral-sh/setup-uv@v5
|
uses: astral-sh/setup-uv@v5
|
||||||
with:
|
with:
|
||||||
version: ${{ env.UV_VERSION }}
|
version: ${{ env.UV_VERSION }}
|
||||||
|
|
||||||
- uses: actions/setup-python@v5
|
|
||||||
name: Setup python ${{ inputs.python-version }}
|
|
||||||
id: setup-python
|
|
||||||
with:
|
|
||||||
python-version: ${{ inputs.python-version }}
|
python-version: ${{ inputs.python-version }}
|
||||||
|
2
.github/workflows/_lint.yml
vendored
2
.github/workflows/_lint.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
- name: Set up Python ${{ inputs.python-version }} + uv
|
- name: Set up Python ${{ inputs.python-version }} + uv
|
||||||
uses: "./.github/actions/uv_setup"
|
uses: "./.github/actions/uv_setup"
|
||||||
with:
|
with:
|
||||||
python-version: ${{ inputs.python-version }}=
|
python-version: ${{ inputs.python-version }}
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
# Also installs dev/lint/test/typing dependencies, to ensure we have
|
# Also installs dev/lint/test/typing dependencies, to ensure we have
|
||||||
|
Loading…
Reference in New Issue
Block a user