Skip to content

Commit 60bd37a

Browse files
committed
re-add test randomization (due to rebase)
1 parent de23931 commit 60bd37a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ubuntu-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Run tests
5252
run: |
5353
if [ ${{ matrix.code-cov }} ]; then codecov='--cov=openml --long --cov-report=xml'; fi
54-
pytest -n 4 --durations=20 --timeout=600 --timeout-method=thread -sv $codecov
54+
pytest -n 4 --random-order-bucket=global --durations=20 --timeout=600 --timeout-method=thread -sv $codecov
5555
- name: Check for files left behind by test
5656
if: ${{ always() }}
5757
run: |

0 commit comments

Comments
 (0)