Skip to content

Commit 6e407a1

Browse files
committed
add missing dependencies
1 parent a1c633a commit 6e407a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_and_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
python --version
3838
conda install -y pyopencl
3939
python -m pip install --upgrade pip
40-
pip install setuptools wheel pytest pytest-cov pytest-benchmark dask networkx igraph pandas scikit-image
41-
40+
pip install setuptools wheel pytest pytest-cov pytest-benchmark dask networkx igraph pandas scikit-image transforms3d
41+
4242
- name: Test
4343
shell: bash -l {0}
4444
run: pytest -v --cov=./ --cov-report=xml

0 commit comments

Comments
 (0)