File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,12 +102,12 @@ jobs:
102102 if [ ${{ matrix.code-cov }} ]; then codecov='--cov=openml --long --cov-report=xml'; fi
103103 # Most of the time, running only the scikit-learn tests is sufficient
104104 if [ ${{ matrix.sklearn-only }} = 'true' ]; then sklearn='-m sklearn'; fi
105- echo pytest -n 4 --durations=20 --dist load -sv $codecov $sklearn -o log_cli=true
106- pytest -n 4 --durations=20 --dist load -sv $codecov $sklearn -o log_cli=true
105+ echo pytest -n 4 --durations=20 --dist loadfile -sv $codecov $sklearn -o log_cli=true
106+ pytest -n 4 --durations=20 --dist loadfile -sv $codecov $sklearn -o log_cli=true
107107 - name : Run tests on Windows
108108 if : matrix.os == 'windows-latest'
109109 run : | # we need a separate step because of the bash-specific if-statement in the previous one.
110- pytest -n 4 --durations=20 --dist load -sv --reruns 5 --reruns-delay 1
110+ pytest -n 4 --durations=20 --dist loadfile -sv --reruns 5 --reruns-delay 1
111111 - name : Check for files left behind by test
112112 if : matrix.os != 'windows-latest' && always()
113113 run : |
You can’t perform that action at this time.
0 commit comments