Skip to content

Commit fc9d9b9

Browse files
committed
Update
[ghstack-poisoned]
2 parents 15b9ce0 + fd3d9c3 commit fc9d9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/unittest-windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $PSNativeCommandUseErrorActionPreference = $true
1010

1111
# Run pytest with coverage
1212
# pytest -n auto --cov=./ --cov-report=xml
13-
pytest -v --full-trace -c pytest-windows.ini -n auto
13+
pytest -v --full-trace -c pytest-windows.ini
1414
if ($LASTEXITCODE -ne 0) {
1515
Write-Host "Pytest invocation was unsuccessful. Exit code: $LASTEXITCODE."
1616
exit $LASTEXITCODE

0 commit comments

Comments
 (0)