Skip to content

Commit 6945061

Browse files
committed
fixing issues in windows test
1 parent 682f12d commit 6945061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
$ErrorActionPreference = "Stop"
110110
$env:TEST_DATA_DIR=[System.IO.Directory]::GetCurrentDirectory()+"\tests\test_data"
111111
$env:TEST_DEEPSTACK_URL="http://localhost:80"
112-
Start-Process -FilePath "C:\DeepStack\deepstack.exe" -ArgumentList "--PORT 80" -NoNewWindow
112+
Start-Process -FilePath "C:\DeepStack\deepstack.exe" -ArgumentList "--VISION-SCENE=True --PORT 80" -NoNewWindow
113113
Start-Sleep 30
114114
cd scene
115115
python -m pytest

0 commit comments

Comments
 (0)