Skip to content

Commit

Permalink
Don't test on MacOS
Browse files Browse the repository at this point in the history
See tweag#256,
there are precision issues on macs.
  • Loading branch information
turion committed May 10, 2023
1 parent 583ebc8 commit 564fa95
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 @@ -99,6 +99,10 @@
};

cabal2nixOptions = "--benchmark -fdev";

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

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

0 comments on commit 564fa95

Please sign in to comment.