Skip to content

Commit 1e85c28

Browse files
authored
Chore: repository maintenance (#7)
Co-authored-by: bxvtr <bxvtr@users.noreply.github.com>
1 parent 98aecd9 commit 1e85c28

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

File renamed without changes.

.github/workflows/argo-build-and-backtest.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Build Image and Run Argo Backtest
22

33
on:
44
push:
5-
branches:
6-
- main
5+
branches: [main]
76
workflow_dispatch:
87
inputs:
98
run_backtest:

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ tqdm==4.67.3
352352
# via
353353
# panel
354354
# trading-platform
355-
trading-platform @ git+https://github.com/trading-engineering/trading-platform.git@afde290d6e5b9e1d47ae03e7ac6c2d03b250ae7f
355+
trading-platform @ git+https://github.com/trading-engineering/trading-platform.git@e21137d3d2b1414b4d407f13e654f313eedd66cd
356356
# via
357357
# -r _git_deps.in
358358
# trading-runtime (pyproject.toml)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ tqdm==4.67.3
328328
# via
329329
# panel
330330
# trading-platform
331-
trading-platform @ git+https://github.com/trading-engineering/trading-platform.git@afde290d6e5b9e1d47ae03e7ac6c2d03b250ae7f
331+
trading-platform @ git+https://github.com/trading-engineering/trading-platform.git@e21137d3d2b1414b4d407f13e654f313eedd66cd
332332
# via
333333
# -r _git_deps.in
334334
# trading-runtime (pyproject.toml)

0 commit comments

Comments
 (0)