Skip to content

Commit 377a0f4

Browse files
committed
Add more dependencies
1 parent 00d2de4 commit 377a0f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-m1.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:
@@ -39,5 +39,5 @@ jobs:
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}

0 commit comments

Comments
 (0)