Skip to content

Commit 28ec542

Browse files
committed
pipenv should continue to sync rather than install
1 parent 68c3b7e commit 28ec542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

behave.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ try {
5151
if (-not (Env-Exists $PythonCmd)) {
5252
Write-Host "Creating pipenv with $PythonCmd"
5353
& $PythonCmd -m pipenv --python $PythonCmd
54-
& $PythonCmd -m pipenv install
54+
& $PythonCmd -m pipenv sync
5555
}
5656

5757
& $PythonCmd -m pipenv run behave @Args

0 commit comments

Comments
 (0)