Skip to content

Commit

Permalink
nox.options.reuse_existing_virtualenvs = 1
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Jan 16, 2024
1 parent 80d8272 commit faa1689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import nox

os.environ.update({"PDM_IGNORE_SAVED_PYTHON": "1"})
nox.options.reuse_existing_virtualenvs = 1


@nox.parametrize("with_cython", [0, 1])
Expand Down

0 comments on commit faa1689

Please sign in to comment.