mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-12 06:13:36 +00:00
x
This commit is contained in:
parent
dfce027c57
commit
1a4af623f1
7
.github/actions/uv_setup/action.yml
vendored
7
.github/actions/uv_setup/action.yml
vendored
@ -16,8 +16,13 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install uv and set the python version
|
- name: Install uv
|
||||||
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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user