File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 7070 with :
7171 python-version : ${{ matrix.python_version }}
7272 enable-cache : true
73+ activate-environment : true
7374 cache-dependency-glob : |
7475 **/pyproject.toml
7576 **/requirements*.txt
@@ -251,6 +252,7 @@ jobs:
251252 with :
252253 python-version : ' 3.12'
253254 enable-cache : true
255+ activate-environment : true
254256 cache-dependency-glob : |
255257 **/pyproject.toml
256258 **/requirements*.txt
@@ -318,6 +320,7 @@ jobs:
318320 with :
319321 python-version : ' 3.12'
320322 enable-cache : true
323+ activate-environment : true
321324 cache-dependency-glob : |
322325 **/pyproject.toml
323326 **/requirements*.txt
@@ -359,7 +362,7 @@ jobs:
359362
360363 - name : Install coveralls
361364 run : |
362- pip install --break-system-packages tomli coveralls || pip install tomli coveralls
365+ uv pip install tomli coveralls || pip install tomli coveralls
363366
364367 - name : Upload coverage to coveralls.io
365368 run : |
You can’t perform that action at this time.
0 commit comments