File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
2727 run : |
2828 . ~/miniconda3/etc/profile.d/conda.sh
2929 set -ex
30- conda create -yp ${ENV_NAME} python=${PY_VERS} numpy libpng openjpeg wheel pkg-config
30+ conda create -yp ${ENV_NAME} python=${PY_VERS} numpy libpng openjpeg scipy
3131 conda run -p ${ENV_NAME} python3 -mpip install torch --extra-index-url=https://download.pytorch.org/whl/nightly
3232 conda run -p ${ENV_NAME} python3 setup.py develop
33- conda run -p ${ENV_NAME} python3 -mpip install pytest pytest-mock
33+ conda run -p ${ENV_NAME} python3 -mpip install pytest pytest-mock av
3434 - name : Run tests
3535 shell : arch -arch arm64 bash {0}
3636 env :
3939 run : |
4040 . ~/miniconda3/etc/profile.d/conda.sh
4141 set -ex
42- conda run -p ${ENV_NAME} --no-capture-output python3 -u -mpytest -vv --tb=long --durations 20
42+ conda run -p ${ENV_NAME} --no-capture-output python3 -u -mpytest -v --tb=long --durations 20
4343 conda env remove -p ${ENV_NAME}
You can’t perform that action at this time.
0 commit comments