Merge pull request #4 from nornen0202/codex/codex-provider

Use Windows PowerShell in scheduled workflow
This commit is contained in:
nornen0202 2026-04-06 08:56:44 +09:00 committed by GitHub
commit 87fa5b6ce7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -51,13 +51,13 @@ jobs:
python-version: "3.13"
- name: Install TradingAgents
shell: pwsh
shell: powershell
run: |
python -m pip install --upgrade pip
python -m pip install -e .
- name: Verify Codex login and model availability
shell: pwsh
shell: powershell
run: |
$workspaceDir = Join-Path $env:GITHUB_WORKSPACE ".codex-preflight"
$script = @(
@ -75,7 +75,7 @@ jobs:
$script | python -
- name: Run scheduled analysis and build site
shell: pwsh
shell: powershell
run: |
$configPath = "config/scheduled_analysis.toml"
if (-not (Test-Path $configPath)) {