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 1358f7a commit dd21676Copy full SHA for dd21676
doc/developers/contributing.rst
@@ -584,6 +584,9 @@ Commit Message Marker Action Taken by CI
584
[pyodide] Build & test with Pyodide
585
[azure parallel] Run Azure CI jobs in parallel
586
[float32] Run float32 tests by setting `SKLEARN_RUN_FLOAT32_TESTS=1`. See :ref:`environment_variable` for more details
587
+[all random seeds] Run tests using the `global_random_seed` fixture with all random seeds.
588
+ See `this <https://github.com/scikit-learn/scikit-learn/issues/28959>`_
589
+ for more details about the commit message format
590
[doc skip] Docs are not built
591
[doc quick] Docs built, but excludes example gallery plots
592
[doc build] Docs built including example gallery plots (very long)
0 commit comments