Skip to content

Commit

Permalink
stfu mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
asherf committed Apr 8, 2021
1 parent f187aa6 commit b45a155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-support/bin/generate_github_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def get_build_wheels_step(is_macos: bool) -> Step:
if is_macos:
# Works around bad `-arch arm64` flag embedded in Xcode 12.x Python interpreters on
# intel machines. See: https://github.com/giampaolo/psutil/issues/1832
step["env"] = {"ARCHFLAGS": "-arch x86_64"}
step["env"] = {"ARCHFLAGS": "-arch x86_64"} # type: ignore[assignment]
return step


Expand Down

0 comments on commit b45a155

Please sign in to comment.