fix non-development source install (#17669)

* fix non-development source install

* test

* ./

* fix the install action?

* ' not "
This commit is contained in:
Kyle Altendorf
2024-03-07 14:37:53 -08:00
committed by GitHub
parent 26d5a253af
commit d412b87fec
3 changed files with 26 additions and 9 deletions
+4
View File
@@ -105,6 +105,10 @@ if ($extras.length -gt 0)
$extras_cli = $extras -join ","
$pip_parameters += ".[$extras_cli]"
}
else
{
$pip_parameters += "."
}
py -$pythonVersion -m venv venv