Currently, the tests download each dataset once. Therefore, the tests take a while. https://github.com/actions/cache could help here, if the data is not too large. We have 10 GB for caches in total. See https://github.com/Safe-DS/Datasets/issues/164#issuecomment-2102659460
Currently, the tests download each dataset once. Therefore, the tests take a while.
https://github.com/actions/cache could help here, if the data is not too large. We have 10 GB for caches in total.
See #164 (comment)