File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 50
50
sudo apt-get update
51
51
sudo apt-get -y -q install ffmpeg libavcodec-extra
52
52
python -m pip install --upgrade pip setuptools wheel
53
- pip install -q -r <(sed '/^scipy/d;/^matplotlib/d;/^pandas/d;/^statsmodels/d;/^numba/d;/^jax/d;/^h5py/d;/^Pillow/d;/^pytest/d;/^pytest-mock/d;/^torch/d;/^torchaudio/d;/^torchvision/d;/^xgboost/d;/^requests/d;/^tensorflow/d;/^keras/d;/^kornia/d;/^librosa/d;/^tqdm/d;/^timm/d;/^catboost/d;/^scikit-learn/d' requirements_test.txt)
53
+ pip install -q -r <(sed '/^scipy/d;/^matplotlib/d;/^pandas/d;/^statsmodels/d;/^numba/d;/^jax/d;/^h5py/d;/^Pillow/d;/^pytest/d;/^pytest-mock/d;/^torch/d;/^torchaudio/d;/^torchvision/d;/^xgboost/d;/^requests/d;/^tensorflow/d;/^keras/d;/^kornia/d;/^librosa/d;/^tqdm/d;/^timm/d;/^catboost/d;/^scikit-learn/d;/^GPy/d ' requirements_test.txt)
54
54
pip install scipy==1.5.4
55
55
pip install matplotlib==3.3.4
56
56
pip install pandas==1.1.5
76
76
pip install tqdm==4.64.1
77
77
pip install catboost==1.1.1
78
78
pip install scikit-learn==0.24.2
79
+ pip install GPy==1.10.0
79
80
pip list
80
81
- name : Run ${{ matrix.name }} Tests
81
82
run : pytest --cov-report=xml --cov=art --cov-append -q -vv tests/estimators/speech_recognition/test_tensorflow_lingvo.py --framework=${{ matrix.framework }} --durations=0
You can’t perform that action at this time.
0 commit comments