Skip to content

Commit ffd7c37

Browse files
committed
fix(ci): add pydantic to test dependencies
1 parent 3e87603 commit ffd7c37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- name: Install test dependencies
126126
run: |
127127
python -m pip install --upgrade pip
128-
pip install pytest numpy pandas scikit-learn catboost ccxt python-dotenv
128+
pip install pytest numpy pandas scikit-learn catboost ccxt python-dotenv pydantic
129129
130130
- name: Verify module imports
131131
env:

0 commit comments

Comments
 (0)