Skip to content

Commit 6a5a37d

Browse files
committed
test: fewer splits, more workers
1 parent 137edd1 commit 6a5a37d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/python_package.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
python-version: ["3.12"]
24-
group: [1, 2, 3, 4, 5, 6, 7, 8]
24+
group: [1, 2, 3, 4, 5, 6]
2525
env:
2626
NUM_SPLITS: 8
2727

@@ -69,7 +69,8 @@ jobs:
6969
--splits ${NUM_SPLITS} --group ${{ matrix.group }} \
7070
--splitting-algorithm least_duration \
7171
--retries 1 \
72-
--test-in-float32
72+
--test-in-float32 \
73+
-n 4
7374
7475
- name: Test with pytest
7576
run: |
@@ -83,7 +84,7 @@ jobs:
8384
--splitting-algorithm least_duration \
8485
--clean-durations \
8586
--retries 1 \
86-
-n 2
87+
-n 4
8788
8889
- name: Upload test durations
8990
uses: actions/upload-artifact@v7

0 commit comments

Comments
 (0)