We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de23931 commit 60bd37aCopy full SHA for 60bd37a
1 file changed
.github/workflows/ubuntu-test.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Run tests
52
run: |
53
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
+ pytest -n 4 --random-order-bucket=global --durations=20 --timeout=600 --timeout-method=thread -sv $codecov
55
- name: Check for files left behind by test
56
if: ${{ always() }}
57
0 commit comments