File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def test_drift_workflow_wires_real_pipeline_inputs_and_preflight_bundle() -> Non
1919 assert "research_panel.csv.gz" in workflow
2020 assert "market_history.csv.gz" in workflow
2121 assert "repository: QuantStrategyLab/QuantPlatformKit" in workflow
22- assert "ref: 3acab1923a97b805b077c85c6c19657be0143bac " in workflow
22+ assert "ref: 68fcad8c68ab48a1109d99715f8315af449de493 " in workflow
2323 assert "python -m pip install --no-deps -e external/QuantPlatformKit" in workflow
2424 assert "scripts/run_walk_forward_backtest.py" in workflow
2525 assert '"--list-profiles"' in workflow
@@ -29,7 +29,7 @@ def test_drift_workflow_wires_real_pipeline_inputs_and_preflight_bundle() -> Non
2929 assert "Upload lifecycle preflight artifact" in workflow
3030 assert "lifecycle-preflight-${{ github.run_id }}-${{ github.run_attempt }}" in workflow
3131 assert workflow .count ("github.ref == format('refs/heads/{0}', github.event.repository.default_branch)" ) == 2
32- assert "uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@3acab1923a97b805b077c85c6c19657be0143bac " in workflow
32+ assert "uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@68fcad8c68ab48a1109d99715f8315af449de493 " in workflow
3333 assert "strategy_domain: crypto" in workflow
3434 assert "snapshot_repository: QuantStrategyLab/CryptoLivePoolPipelines" in workflow
3535 assert "snapshot_checkout_path: external/CryptoLivePoolPipelines" in workflow
Original file line number Diff line number Diff line change 33
44
55ROOT = Path (__file__ ).resolve ().parents [1 ]
6- QPK_REVISION = "3acab1923a97b805b077c85c6c19657be0143bac "
6+ QPK_REVISION = "68fcad8c68ab48a1109d99715f8315af449de493 "
77QPK_URL = (
88 "quant-platform-kit @ git+https://github.com/QuantStrategyLab/"
99 f"QuantPlatformKit.git@{ QPK_REVISION } "
You can’t perform that action at this time.
0 commit comments