Skip to content

Commit e6bb6eb

Browse files
committed
fewer batches
1 parent 02448a7 commit e6bb6eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
python-version: ["3.9", "3.10", "3.11", "3.12"]
26-
cdist-group: [1, 2, 3, 4]
26+
cdist-group: [1, 2, 3]
2727

2828
steps:
2929
- uses: actions/checkout@v4
@@ -57,11 +57,11 @@ jobs:
5757

5858
- if: matrix.python-version == '3.12' && runner.os == 'Linux'
5959
name: Run tests with coverage tracking
60-
run: uv run pytest --cdist-group=${{ matrix.cdist-group }}/4 --cdist-justify-items=file
60+
run: uv run pytest --cdist-group=${{ matrix.cdist-group }}/3 --cdist-justify-items=file
6161

6262
- if: matrix.python-version != '3.12' || runner.os != 'Linux'
6363
name: Run tests without tracking coverage
64-
run: uv run pytest --cdist-group=${{ matrix.cdist-group }}/4 --cdist-justify-items=file
64+
run: uv run pytest --cdist-group=${{ matrix.cdist-group }}/3 --cdist-justify-items=file
6565

6666
- if: matrix.python-version == '3.12' && runner.os == 'Linux'
6767
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)