We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a3d48 commit 0bbd3d6Copy full SHA for 0bbd3d6
1 file changed
.github/workflows/tests.yml
@@ -120,7 +120,7 @@ jobs:
120
Write-Host "Started open-ephys process with ID: $($process.Id)"
121
Start-Sleep -Seconds 10
122
Write-Host "Starting Python script..."
123
- python tests/core/basic_record.py 2>&1 | Tee-Object -FilePath "python_output.log"
+ python tests/core/basic_record.py
124
Write-Host "Python script completed. Output saved to python_output.log"
125
Stop-Process -Id $process.Id -Force
126
env:
0 commit comments