We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ccf0b1 commit 9f0ced2Copy full SHA for 9f0ced2
1 file changed
.github/workflows/tests.yml
@@ -32,7 +32,11 @@ jobs:
32
- name: Install dependencies
33
run: |
34
python -m pip install --upgrade pip
35
- python -m pip install -e ".[dev,all_models]"
+ python -m pip install -e ".[dev]"
36
+ python -m pip install xgboost==1.7.1
37
+ python -m pip install spacy==3.6.0
38
+ python -m pip install torch==2.0.1
39
+ python -m pip install statsmodels==0.13.5
40
- name: Run Tests
41
42
pytest -m 'not rsc_test and not docker' --cov --cov-report xml
0 commit comments