Skip to content

Commit

Permalink
ci(nix/macos): build debugpy from source because there's no macOS 12 …
Browse files Browse the repository at this point in the history
…wheel
  • Loading branch information
cpcloud committed Jan 9, 2023
1 parent 2b1d4e5 commit acf04a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions poetry-overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ self: super: {
# TODO: Build grpcio from src on darwin because macOS 12_0 wheels won't install
# TODO: Remove when the nix version of `pip` is upgraded?
grpcio = super.grpcio.override { preferWheel = !self.pkgs.stdenv.isDarwin; };

# No macOS 12 wheel available as of 2023-01-09
debugpy = super.debugpy.override { preferWheel = !self.pkgs.stdenv.isDarwin; };
}

0 comments on commit acf04a4

Please sign in to comment.