Skip to content

Commit e0fd716

Browse files
committed
minor: added TEST_CUPY_PYLOPS=0 in tests target
1 parent e33e8f1 commit e0fd716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ lint:
4747
flake8 pylops_mpi/ tests/ examples/ tutorials/
4848

4949
tests:
50-
mpiexec -n $(NUM_PROCESSES) pytest tests/ --with-mpi
50+
export TEST_CUPY_PYLOPS=0 && mpiexec -n $(NUM_PROCESSES) pytest tests/ --with-mpi
5151

5252
# assuming NUM_PROCESSES <= number of gpus available
5353
tests_gpu:

0 commit comments

Comments
 (0)