Skip to content

Commit 10c4621

Browse files
committed
uv: adapt to setup-uv@v6
1 parent 198e45d commit 10c4621

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)