Skip to content

Commit b079acc

Browse files
committed
Bump astral-sh/setup-uv from 5.1.0 to 6.0.0
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5.1.0 to 6.0.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v5.1.0...v6.0.0)
1 parent b1e26da commit b079acc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_tests_legacy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,9 @@ jobs:
7979

8080
# Install uv package manager
8181
- name: Install uv
82-
uses: astral-sh/setup-uv@v5.1.0
82+
uses: astral-sh/setup-uv@v6.0.0
8383
with:
84+
activate-environment: true
8485
python-version: 3.11
8586

8687
# Install the package that we want to test

0 commit comments

Comments
 (0)