Merge pull request #1745 from Aman030304/fix/runner-logging

Refactor: Replace print with logging in AgentRunner
This commit is contained in:
RichardTang-Aden
2026-01-28 18:00:28 -08:00
committed by GitHub
2 changed files with 12 additions and 5 deletions
+4 -1
View File
@@ -41,7 +41,10 @@ jobs:
test:
name: Test Python Framework
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4