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 4848 sudo apt-get update
4949 sudo apt-get -y -q install ffmpeg libavcodec-extra
5050 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)
5252 pip install pandas==1.3.5
5353 pip install scipy==1.7.2
5454 pip install matplotlib==3.5.3
6464 pip install h5py==3.8.0
6565 pip install kornia==0.6.12
6666 pip install scikit-learn==1.0.2
67+ pip install pytest-mock~=3.11.1
6768 pip list
6869 - name : Run Tests
6970 run : ./run_tests.sh ${{ matrix.framework }}
You can’t perform that action at this time.
0 commit comments