mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
fix non-development source install (#17669)
* fix non-development source install * test * ./ * fix the install action? * ' not "
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user