Skip to content

Commit b3fcc45

Browse files
committed
extra
1 parent 4aa882a commit b3fcc45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-pytest.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install pytest pytest-cov
25+
pip install pytest pytest-cov MetaTrader5
26+
pip install -e .
2627
2728
- name: Run tests with coverage
2829
run: |

0 commit comments

Comments
 (0)