We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c633a commit 6e407a1Copy full SHA for 6e407a1
1 file changed
.github/workflows/test_and_deploy.yml
@@ -37,8 +37,8 @@ jobs:
37
python --version
38
conda install -y pyopencl
39
python -m pip install --upgrade pip
40
- pip install setuptools wheel pytest pytest-cov pytest-benchmark dask networkx igraph pandas scikit-image
41
-
+ pip install setuptools wheel pytest pytest-cov pytest-benchmark dask networkx igraph pandas scikit-image transforms3d
+
42
- name: Test
43
shell: bash -l {0}
44
run: pytest -v --cov=./ --cov-report=xml
0 commit comments