We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0ced2 commit 8804fceCopy full SHA for 8804fce
1 file changed
.github/workflows/tests.yml
@@ -33,10 +33,10 @@ jobs:
33
run: |
34
python -m pip install --upgrade pip
35
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
+ python -m pip install xgboost
+ python -m pip install spacy
+ python -m pip install torch
+ python -m pip install statsmodels
40
- name: Run Tests
41
42
pytest -m 'not rsc_test and not docker' --cov --cov-report xml
0 commit comments