Skip to content

Commit 6c17a17

Browse files
committed
activate
1 parent 1b5e703 commit 6c17a17

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- name: Install the latest version of uv
4545
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- name: Install the latest version of uv
4848
uses: astral-sh/setup-uv@v6
4949
with:
50+
activate-environment: true
5051
version: "latest"
5152
python-version: ${{ matrix.python }}
5253

0 commit comments

Comments
 (0)