Skip to content
Snippets Groups Projects
Commit e4b94aba authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[test][prefix][algorithms] Workaround multiprocess changes in macOS Python 3.8

The default implementation for the multiprocess
changed from fork to spawn on macOS with Python
3.8. This merge request forces the use of fork
for the tests on macOS. The runner will anyway
use Linux so taking more time to solve this
particular issue would not make much sense.
parent c75c4518
No related branches found
No related tags found
1 merge request!81Workaround multiprocess changes in macOS Python 3.8
Pipeline #48789 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment