Skip to content

Commit

Permalink
Merge pull request #8038 from kyleknap/no-build-isolation-bundle
Browse files Browse the repository at this point in the history
Add --no-build-isolation to make-bundle script
  • Loading branch information
kyleknap committed Jul 17, 2023
2 parents 4153da2 + b788201 commit dd3b592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-bundle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ BUILDTIME_DEPS = [
('setuptools-scm', '3.3.3'),
('wheel', '0.33.6'),
]
PIP_DOWNLOAD_ARGS = '--no-binary :all:'
PIP_DOWNLOAD_ARGS = '--no-build-isolation --no-binary :all:'


class BadRCError(Exception):
Expand Down

0 comments on commit dd3b592

Please sign in to comment.