Skip to content

Commit 08af31f

Browse files
committed
Merge branch 'topic/default/update-noxfile' into 'branch/default'
nox.options.reuse_existing_virtualenvs = True See merge request fluiddyn/transonic!146
2 parents 12aa834 + e9642bb commit 08af31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from packaging import version
77

88
os.environ.update({"PDM_IGNORE_SAVED_PYTHON": "1"})
9-
nox.options.reuse_existing_virtualenvs = 1
9+
nox.options.reuse_existing_virtualenvs = True
1010

1111

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

0 commit comments

Comments
 (0)