Skip to content

Commit

Permalink
work around issue building wheels on M1 macs (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmishkin authored Feb 12, 2022
1 parent a662e29 commit 2507f9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules_poetry/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def _render_requirements(ctx):
COMMON_ARGS = [
"--quiet",
"--no-deps",
"--use-pep517",
"--disable-pip-version-check",
"--no-cache-dir",
"--isolated",
Expand Down

0 comments on commit 2507f9c

Please sign in to comment.