python3Packages.mace-torch: set CI env variable to skip intensive tests

This commit is contained in:
Gaetan Lepage
2026-07-01 07:16:06 +00:00
parent 4c3e8e9d4f
commit a38469dce1

View File

@@ -50,6 +50,11 @@ buildPythonPackage (finalAttrs: {
setuptools
];
env = {
# Skip the most intensive tests
CI = true;
};
pythonRelaxDeps = [
"e3nn"
];