We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8bfb7 commit e937beeCopy full SHA for e937bee
1 file changed
.github/workflows/tests.yml
@@ -110,7 +110,7 @@ jobs:
110
Write-Host "Started open-ephys process with ID: $($process.Id)"
111
Start-Sleep -Seconds 10
112
Write-Host "Starting Python script..."
113
- python run_all.py 2>&1 | Tee-Object -FilePath "python_output.log"
+ python run_all.py *>&1 | Out-File -FilePath "python_output.log"
114
Write-Host "Python script completed. Output saved to python_output.log"
115
Stop-Process -Id $process.Id -Force
116
env:
0 commit comments