python3Packages.mace-torch: set CI env variable to skip intensive tests (#537701)

This commit is contained in:
kirillrdy
2026-07-02 07:52:55 +00:00
committed by GitHub
@@ -50,6 +50,11 @@ buildPythonPackage (finalAttrs: {
setuptools
];
env = {
# Skip the most intensive tests
CI = true;
};
pythonRelaxDeps = [
"e3nn"
];