Skip to content

Commit

Permalink
Don't test on MacOS
Browse files Browse the repository at this point in the history
See #256,
there are precision issues on macs.
  • Loading branch information
turion committed Mar 10, 2023
1 parent 6e5bcbd commit 3415071
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@
};

cabal2nixOptions = "--benchmark -fdev";

overrides = _ : _: {
doCheck = system == "x86_64-linux";
};
};

jupyterEnvironment = mkJupyterlabFromPath ./kernels {inherit pkgs monad-bayes;};
Expand Down

0 comments on commit 3415071

Please sign in to comment.