Skip to content

Commit d904151

Browse files
committed
cdist labels
1 parent 85a15f8 commit d904151

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ env:
1616

1717
jobs:
1818
run:
19-
name: Python ${{ matrix.python-version }}
19+
name: Python ${{ matrix.python-version }} - ${{ cdist-group }}/4
2020
runs-on: ubuntu-latest
2121
timeout-minutes: 30
2222
strategy:
2323
fail-fast: false
2424
matrix:
2525
python-version: ["3.9", "3.10", "3.11", "3.12"]
26-
cdist-group: [1, 2, 3, 4, 5, 6]
26+
cdist-group: [1, 2, 3, 4]
2727

2828
steps:
2929
- uses: actions/checkout@v4
@@ -58,11 +58,11 @@ jobs:
5858

5959
- if: matrix.python-version == '3.12' && runner.os == 'Linux'
6060
name: Run tests with coverage tracking
61-
run: hatch run +py=${{ matrix.python-version }} test:cov --cdist-group=${{ matrix.cdist-group }}/6
61+
run: hatch run +py=${{ matrix.python-version }} test:cov --cdist-group=${{ matrix.cdist-group }}/4
6262

6363
- if: matrix.python-version != '3.12' || runner.os != 'Linux'
6464
name: Run tests without tracking coverage
65-
run: hatch run +py=${{ matrix.python-version }} test:no-cov --cdist-group=${{ matrix.cdist-group }}/6
65+
run: hatch run +py=${{ matrix.python-version }} test:no-cov --cdist-group=${{ matrix.cdist-group }}/4
6666

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

0 commit comments

Comments
 (0)