We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa882a commit b3fcc45Copy full SHA for b3fcc45
1 file changed
.github/workflows/test-pytest.yaml
@@ -22,7 +22,8 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install pytest pytest-cov
+ pip install pytest pytest-cov MetaTrader5
26
+ pip install -e .
27
28
- name: Run tests with coverage
29
0 commit comments