Skip to content

Commit d2dc4c2

Browse files
committed
Update to use setup-uv@v6
1 parent 063674b commit d2dc4c2

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
@@ -22,11 +22,12 @@ runs:
2222
shell: bash
2323

2424
- name: Install uv and set the python version
25-
uses: astral-sh/setup-uv@v5
25+
uses: astral-sh/setup-uv@v6
2626
with:
2727
python-version: ${{ env.PYTHON_VERSION }}
2828
enable-cache: true
2929
cache-dependency-glob: "uv.lock"
30+
activate-environment: true
3031

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

0 commit comments

Comments
 (0)