Skip to content

Commit 28dfeec

Browse files
committed
Properly work around pandas tests failing on arm64
This is due to: pandas-dev/pandas#17792 and thus: numpy/numpy#8325
1 parent 57907d0 commit 28dfeec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ let
2525
};
2626
pandas = pyPkgs.pandas.overrideAttrs(o: rec {
2727
doCheck = false;
28+
doInstallCheck = false;
2829
});
2930

3031
pyPkgs = getPythonVersion pkgs;

0 commit comments

Comments
 (0)