Skip to content

Commit 0bbd3d6

Browse files
committed
Remove output redirection
1 parent 67a3d48 commit 0bbd3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
Write-Host "Started open-ephys process with ID: $($process.Id)"
121121
Start-Sleep -Seconds 10
122122
Write-Host "Starting Python script..."
123-
python tests/core/basic_record.py 2>&1 | Tee-Object -FilePath "python_output.log"
123+
python tests/core/basic_record.py
124124
Write-Host "Python script completed. Output saved to python_output.log"
125125
Stop-Process -Id $process.Id -Force
126126
env:

0 commit comments

Comments
 (0)