Skip to content

Commit

Permalink
pip install --no-build-isolation in nox
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jun 17, 2022
1 parent 4762ebc commit 7813c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello-world/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
@nox.session()
def test(session: nox.Session):
session.install(SETUPTOOLS_RUST)
session.install(".")
session.install("--no-build-isolation", ".")
session.run("hello-world", *session.posargs)

0 comments on commit 7813c1e

Please sign in to comment.