Skip to content

Commit 2267b71

Browse files
committed
logs
1 parent 695f29e commit 2267b71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-metatrader5-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
run: |
7373
python -c "import os, MetaTrader5 as mt5
7474
print('Python version:', os.sys.version)
75+
print('MetaTrader5 version:', mt5.__version__)
76+
print('MetaTrader5 Initialization:', mt5.initialize())
7577
for i in range(10):
7678
try:
7779
if mt5.initialize():

0 commit comments

Comments
 (0)