We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea7b0f commit 3df9d2aCopy full SHA for 3df9d2a
.github/workflows/python_package.yaml
@@ -21,7 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
python-version: ["3.10", "3.11", "3.12"]
24
- group: [1, 2]
+ group: [1, 2, 3, 4]
25
26
steps:
27
- uses: actions/checkout@v4
@@ -48,10 +48,6 @@ jobs:
48
# rs=""
49
# fi
50
pytest -v --durations=0 \
51
+ -k "not test_fpack" \
52
--randomly-seed=42 \
- --splits=2 --group=${{ matrix.group }} --splitting-algorithm least_duration
53
- # -n 2 --dist loadscope \
54
- # -k "not test_fpack"
55
- # pytest -v --durations=0 -k "test_fpack"
56
- # ${rs} \
57
- # --randomly-seed=42 \
+ --splits=4 --group=${{ matrix.group }} --splitting-algorithm least_duration
0 commit comments