File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -459,7 +459,7 @@ def cover(session):
459459 session .run ("coverage" , "erase" )
460460
461461
462- @nox .session (python = "3.9" )
462+ @nox .session (python = "3.9" , venv_backend = "virtualenv" )
463463def docs (session ):
464464 """Build the docs for this library."""
465465
@@ -483,7 +483,7 @@ def docs(session):
483483 )
484484
485485
486- @nox .session (python = "3.10" )
486+ @nox .session (python = "3.10" , venv_backend = "virtualenv" )
487487def docfx (session ):
488488 """Build the docfx yaml files for this library."""
489489
@@ -519,7 +519,7 @@ def docfx(session):
519519 )
520520
521521
522- @nox .session (python = "3.9" )
522+ @nox .session (python = "3.9" , venv_backend = "virtualenv" )
523523def gemini_docs (session ):
524524 """Build the docs for library related to Gemini."""
525525
@@ -540,7 +540,7 @@ def gemini_docs(session):
540540 )
541541
542542
543- @nox .session (python = "3.10" )
543+ @nox .session (python = "3.10" , venv_backend = "virtualenv" )
544544def gemini_docfx (session ):
545545 """Build the docfx yaml files for library related to Gemini."""
546546
You can’t perform that action at this time.
0 commit comments