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