mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
fix powershell action preference
This commit is contained in:
parent
600d00e3e1
commit
c2bbfb9312
4
venv.ps1
4
venv.ps1
|
@ -1,11 +1,11 @@
|
|||
$ErrorActionPreference = "Stop"
|
||||
|
||||
param (
|
||||
[string]$python = $(throw "-python is required."),
|
||||
[string]$install_mode = $(throw "-install_mode is required."),
|
||||
[string]$pip_date
|
||||
)
|
||||
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
if(!(Test-Path -Path ".build"))
|
||||
{
|
||||
virtualenv .build --python $python
|
||||
|
|
Loading…
Reference in New Issue
Block a user