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
File renamed without changes.
3 changes: 1 addition & 2 deletions .github/workflows/argo-build-and-backtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Build Image and Run Argo Backtest

on:
push:
branches:
- main
branches: [main]
workflow_dispatch:
inputs:
run_backtest:
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down