mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python3Packages.mace-torch: set CI env variable to skip intensive tests
This commit is contained in:
@@ -50,6 +50,11 @@ buildPythonPackage (finalAttrs: {
|
||||
setuptools
|
||||
];
|
||||
|
||||
env = {
|
||||
# Skip the most intensive tests
|
||||
CI = true;
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"e3nn"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user