File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 48
48
sudo apt-get update
49
49
sudo apt-get -y -q install ffmpeg libavcodec-extra
50
50
python -m pip install --upgrade pip setuptools wheel
51
- pip install -q -r <(sed '/^pandas/d;/^scipy/d;/^matplotlib/d;/^xgboost/d;/^tensorflow/d;/^keras/d;/^jax/d;/^torch/d;/^Pillow/d;/^h5py/d;/^kornia/d;/^scikit-learn/d' requirements_test.txt)
51
+ pip install -q -r <(sed '/^pandas/d;/^scipy/d;/^matplotlib/d;/^xgboost/d;/^tensorflow/d;/^keras/d;/^jax/d;/^torch/d;/^Pillow/d;/^h5py/d;/^kornia/d;/^scikit-learn/d;/^pytest-mock/d ' requirements_test.txt)
52
52
pip install pandas==1.3.5
53
53
pip install scipy==1.7.2
54
54
pip install matplotlib==3.5.3
64
64
pip install h5py==3.8.0
65
65
pip install kornia==0.6.12
66
66
pip install scikit-learn==1.0.2
67
+ pip install pytest-mock~=3.11.1
67
68
pip list
68
69
- name : Run Tests
69
70
run : ./run_tests.sh ${{ matrix.framework }}
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ jax[cpu]==0.4.23
58
58
pytest~=7.4.3
59
59
pytest-flake8~=1.1.1
60
60
flake8~=4.0.1
61
- pytest-mock~=3.10 .0
61
+ pytest-mock~=3.12 .0
62
62
pytest-cov~=4.1.0
63
63
requests~=2.31.0
64
64
You can’t perform that action at this time.
0 commit comments