Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/drift-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
contents: read
issues: write
id-token: write
uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@b13e28759a880dcb446dbfbc580dc032333b065e
uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@e7d8659ef5b8f66660ea58f58202735fa3508cc1
with:
strategy_domain: cn_equity
caller_event_name: ${{ github.event_name }}
Expand All @@ -203,7 +203,7 @@ jobs:
snapshot_checkout_path: external/CnEquitySnapshotPipelines
snapshot_repository_ref: ${{ needs.preflight_backtests.outputs.snapshot_repository_ref }}
ai_gateway_service_url: ${{ vars.AI_GATEWAY_SERVICE_URL }}
quant_platform_kit_ref: b13e28759a880dcb446dbfbc580dc032333b065e
quant_platform_kit_ref: e7d8659ef5b8f66660ea58f58202735fa3508cc1
lifecycle_preflight_artifact: lifecycle-preflight-${{ github.run_id }}-${{ github.run_attempt }}
secrets:
codex_audit_service_url: ${{ secrets.CODEX_AUDIT_SERVICE_URL }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"pandas>=2.0",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@b13e28759a880dcb446dbfbc580dc032333b065e",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@e7d8659ef5b8f66660ea58f58202735fa3508cc1",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion qsl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ upgrade_ring = "ring_b"
bundle = "2026.09.1"
requires = [
"pandas>=2.0",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@b13e28759a880dcb446dbfbc580dc032333b065e",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@e7d8659ef5b8f66660ea58f58202735fa3508cc1",
]
4 changes: 2 additions & 2 deletions tests/test_drift_workflow_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_drift_workflow_wires_real_snapshot_history_and_preflight_bundle() -> No
assert '"conclusion": "success"' in workflow
assert "cn_etf_market_history.csv" in workflow
assert "repository: QuantStrategyLab/QuantPlatformKit" in workflow
assert "ref: b13e28759a880dcb446dbfbc580dc032333b065e" in workflow
assert "ref: e7d8659ef5b8f66660ea58f58202735fa3508cc1" in workflow
assert "python -m pip install --no-deps -e external/QuantPlatformKit" in workflow
assert "scripts/run_walk_forward_backtest.py" in workflow
assert '"--list-profiles"' in workflow
Expand All @@ -29,7 +29,7 @@ def test_drift_workflow_wires_real_snapshot_history_and_preflight_bundle() -> No
assert "Upload lifecycle preflight artifact" in workflow
assert "actions/upload-artifact@v7" in workflow
assert workflow.count("github.ref == format('refs/heads/{0}', github.event.repository.default_branch)") == 2
assert "uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@b13e28759a880dcb446dbfbc580dc032333b065e" in workflow
assert "uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@e7d8659ef5b8f66660ea58f58202735fa3508cc1" in workflow
assert "strategy_domain: cn_equity" in workflow
assert "caller_event_name: ${{ github.event_name }}" in workflow
assert "caller_pr_head_repository: ${{ github.event.pull_request.head.repo.full_name || '' }}" in workflow
Expand Down
2 changes: 1 addition & 1 deletion tests/test_qsl_compat_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


ROOT = Path(__file__).resolve().parents[1]
QPK_REVISION = "b13e28759a880dcb446dbfbc580dc032333b065e"
QPK_REVISION = "e7d8659ef5b8f66660ea58f58202735fa3508cc1"
QPK_URL = (
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/"
f"QuantPlatformKit.git@{QPK_REVISION}"
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.