We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e87603 commit ffd7c37Copy full SHA for ffd7c37
1 file changed
.github/workflows/ci.yml
@@ -125,7 +125,7 @@ jobs:
125
- name: Install test dependencies
126
run: |
127
python -m pip install --upgrade pip
128
- pip install pytest numpy pandas scikit-learn catboost ccxt python-dotenv
+ pip install pytest numpy pandas scikit-learn catboost ccxt python-dotenv pydantic
129
130
- name: Verify module imports
131
env:
0 commit comments