File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments