Skip to content

Commit c219bfd

Browse files
Bump astral-sh/setup-uv from 5 to 6 (#1380)
1 parent 532d540 commit c219bfd

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/black.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ jobs:
2727
with:
2828
submodules: true
2929
- name: Install the latest version of uv
30-
uses: astral-sh/setup-uv@v5
30+
uses: astral-sh/setup-uv@v6
3131
with:
32+
activate-environment: true
3233
version: "latest"
3334
python-version: ${{ matrix.python }}
3435
- name: Install black

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ jobs:
4242
version: "=0.24.3"
4343

4444
- name: Install the latest version of uv
45-
uses: astral-sh/setup-uv@v5
45+
uses: astral-sh/setup-uv@v6
4646
with:
47+
activate-environment: true
4748
version: "latest"
4849
python-version: ${{ matrix.python-version }}
4950

.github/workflows/macos_CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ jobs:
4545
brew install gsl
4646
4747
- name: Install the latest version of uv
48-
uses: astral-sh/setup-uv@v5
48+
uses: astral-sh/setup-uv@v6
4949
with:
50+
activate-environment: true
5051
version: "latest"
5152
python-version: ${{ matrix.python }}
5253

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ jobs:
3535
toolchain: ${{ matrix.rust }}
3636

3737
- name: Install the latest version of uv
38-
uses: astral-sh/setup-uv@v5
38+
uses: astral-sh/setup-uv@v6
3939
with:
40+
activate-environment: true
4041
version: "latest"
4142
python-version: ${{ matrix.python }}
4243

0 commit comments

Comments
 (0)