mirror of https://github.com/explosion/spaCy.git
fix powershell action preference
This commit is contained in:
parent
1292c11ece
commit
600d00e3e1
2
venv.ps1
2
venv.ps1
|
@ -1,3 +1,5 @@
|
||||||
|
$ErrorActionPreference = "Stop"
|
||||||
|
|
||||||
param (
|
param (
|
||||||
[string]$python = $(throw "-python is required."),
|
[string]$python = $(throw "-python is required."),
|
||||||
[string]$install_mode = $(throw "-install_mode is required."),
|
[string]$install_mode = $(throw "-install_mode is required."),
|
||||||
|
|
Loading…
Reference in New Issue