Supports MT5 and forex trading.
Signed-off-by: TIANHE <TIANHE@GMAIL.COM>
This commit is contained in:
@@ -29,7 +29,10 @@ jobs:
|
||||
working-directory: ./backend_api_python
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
# Install dependencies, excluding Windows-only packages (MetaTrader5)
|
||||
# MetaTrader5 is Windows-only and not available on Linux, so we filter it out
|
||||
grep -v "MetaTrader5" requirements.txt > /tmp/requirements_ci.txt
|
||||
pip install -r /tmp/requirements_ci.txt
|
||||
# Install dependencies to verify they are installable and enable import checks.
|
||||
|
||||
- name: Python syntax check
|
||||
|
||||
Reference in New Issue
Block a user