Skip to content

Commit d690d76

Browse files
committed
Update to use setup-uv@v6
1 parent 1ece656 commit d690d76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/install_requirements/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ runs:
2121
shell: bash
2222

2323
- name: Install uv and set the python version
24-
uses: astral-sh/setup-uv@v5
24+
uses: astral-sh/setup-uv@v6
2525
with:
2626
python-version: ${{ env.PYTHON_VERSION }}
2727
enable-cache: true
2828
cache-dependency-glob: "uv.lock"
29+
activate-environment: true
2930

3031
- name: Install packages
3132
run: uv sync ${{ inputs.uv-sync }}

0 commit comments

Comments
 (0)