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 4670174 commit d6d4cfcCopy full SHA for d6d4cfc
.github/workflows/tests.yml
@@ -41,13 +41,13 @@ jobs:
41
42
- name: Run tests with TorchScript enabled
43
run: |
44
- pytest -v --cov=pytorch_sparse_utils
+ pytest -v --cov=pytorch_sparse_utils --ignore=MinkowskiEngine/
45
env:
46
CUDA_VISIBLE_DEVICES: "" # CPU only for standard CI
47
48
- name: Run tests with TorchScript disabled
49
50
- pytest -v --cov=pytorch_sparse_utils --cov-append
+ pytest -v --cov=pytorch_sparse_utils --cov-append --ignore=MinkowskiEngine/
51
52
CUDA_VISIBLE_DEVICES: ""
53
PYTORCH_JIT: "0"
0 commit comments