Skip to content

Commit 1ad0e42

Browse files
committed
chore(ci): add new mandatory parameter to setup-uv
1 parent b13b00d commit 1ad0e42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- name: Install uv
4141
uses: astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04 # v6.0.0
4242
with:
43+
activate-environment: true
4344
enable-cache: true
4445
python-version: ${{ matrix.python-version }}
4546
cache-dependency-glob: "requirements**.txt"
@@ -172,6 +173,7 @@ jobs:
172173
- name: Install uv
173174
uses: astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04 # v6.0.0
174175
with:
176+
activate-environment: true
175177
enable-cache: true
176178
python-version: ${{ matrix.python-version }}
177179
cache-dependency-glob: "requirements**.txt"
@@ -298,6 +300,7 @@ jobs:
298300
- name: Install uv
299301
uses: astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04 # v6.0.0
300302
with:
303+
activate-environment: true
301304
enable-cache: true
302305
python-version: ${{ matrix.python-version }}
303306
cache-dependency-glob: "requirements**.txt"
@@ -445,6 +448,7 @@ jobs:
445448
- name: Install uv
446449
uses: astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04 # v6.0.0
447450
with:
451+
activate-environment: true
448452
enable-cache: true
449453
python-version: "3.12"
450454
cache-dependency-glob: "requirements**.txt"

0 commit comments

Comments
 (0)