diff --git a/pkgs/development/python-modules/mace-torch/default.nix b/pkgs/development/python-modules/mace-torch/default.nix index 4ed39d479782..10f928d168f8 100644 --- a/pkgs/development/python-modules/mace-torch/default.nix +++ b/pkgs/development/python-modules/mace-torch/default.nix @@ -50,6 +50,11 @@ buildPythonPackage (finalAttrs: { setuptools ]; + env = { + # Skip the most intensive tests + CI = true; + }; + pythonRelaxDeps = [ "e3nn" ];