Skip to content

Commit d6d4cfc

Browse files
committed
update test yaml
1 parent 4670174 commit d6d4cfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
4242
- name: Run tests with TorchScript enabled
4343
run: |
44-
pytest -v --cov=pytorch_sparse_utils
44+
pytest -v --cov=pytorch_sparse_utils --ignore=MinkowskiEngine/
4545
env:
4646
CUDA_VISIBLE_DEVICES: "" # CPU only for standard CI
4747

4848
- name: Run tests with TorchScript disabled
4949
run: |
50-
pytest -v --cov=pytorch_sparse_utils --cov-append
50+
pytest -v --cov=pytorch_sparse_utils --cov-append --ignore=MinkowskiEngine/
5151
env:
5252
CUDA_VISIBLE_DEVICES: ""
5353
PYTORCH_JIT: "0"

0 commit comments

Comments
 (0)