Skip to content

Commit c84c494

Browse files
Update test.yml
1 parent 0560829 commit c84c494

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)