The CI was failing sometimes due to the simultaneous execution of two tests of the ChEML dataset provider, which had problems with downloading and caching the zipped dataset when using multiprocessing. This PR merges both tests, so they are executed sequentially.
Description
The CI was failing sometimes due to the simultaneous execution of two tests of the ChEML dataset provider, which had problems with downloading and caching the zipped dataset when using multiprocessing. This PR merges both tests, so they are executed sequentially.
Status