From 1aaaeb5d9cd01de274022087e644b1ad084cee62 Mon Sep 17 00:00:00 2001 From: bxvtr Date: Sun, 22 Feb 2026 13:40:19 +0000 Subject: [PATCH] Chore: maintenance --- .github/{pull_request_template.md => pull-request-template.md} | 0 .github/workflows/argo-build-and-backtest.yaml | 3 +-- requirements-dev.txt | 2 +- requirements.txt | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) rename .github/{pull_request_template.md => pull-request-template.md} (100%) diff --git a/.github/pull_request_template.md b/.github/pull-request-template.md similarity index 100% rename from .github/pull_request_template.md rename to .github/pull-request-template.md diff --git a/.github/workflows/argo-build-and-backtest.yaml b/.github/workflows/argo-build-and-backtest.yaml index 88553de..6b6decd 100644 --- a/.github/workflows/argo-build-and-backtest.yaml +++ b/.github/workflows/argo-build-and-backtest.yaml @@ -2,8 +2,7 @@ name: Build Image and Run Argo Backtest on: push: - branches: - - main + branches: [main] workflow_dispatch: inputs: run_backtest: diff --git a/requirements-dev.txt b/requirements-dev.txt index c3a47a2..79975c3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -352,7 +352,7 @@ tqdm==4.67.3 # via # panel # trading-platform -trading-platform @ git+https://github.com/trading-engineering/trading-platform.git@afde290d6e5b9e1d47ae03e7ac6c2d03b250ae7f +trading-platform @ git+https://github.com/trading-engineering/trading-platform.git@e21137d3d2b1414b4d407f13e654f313eedd66cd # via # -r _git_deps.in # trading-runtime (pyproject.toml) diff --git a/requirements.txt b/requirements.txt index 23c4373..0a02350 100644 --- a/requirements.txt +++ b/requirements.txt @@ -328,7 +328,7 @@ tqdm==4.67.3 # via # panel # trading-platform -trading-platform @ git+https://github.com/trading-engineering/trading-platform.git@afde290d6e5b9e1d47ae03e7ac6c2d03b250ae7f +trading-platform @ git+https://github.com/trading-engineering/trading-platform.git@e21137d3d2b1414b4d407f13e654f313eedd66cd # via # -r _git_deps.in # trading-runtime (pyproject.toml)