From 79191c5b6c58b0cd8c70543c01ed853d8dfc0502 Mon Sep 17 00:00:00 2001 From: agibsonccc Date: Thu, 18 Mar 2021 13:37:42 +0900 Subject: [PATCH] Add profiles to python4j submodules --- python4j/python4j-core/pom.xml | 8 ++++++++ python4j/python4j-numpy/pom.xml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/python4j/python4j-core/pom.xml b/python4j/python4j-core/pom.xml index 1bf2b192c..4ce5a3bcd 100644 --- a/python4j/python4j-core/pom.xml +++ b/python4j/python4j-core/pom.xml @@ -51,4 +51,12 @@ + + + nd4j-tests-cpu + + + nd4j-tests-cuda + + diff --git a/python4j/python4j-numpy/pom.xml b/python4j/python4j-numpy/pom.xml index 03e683c91..1f47ad485 100644 --- a/python4j/python4j-numpy/pom.xml +++ b/python4j/python4j-numpy/pom.xml @@ -56,4 +56,12 @@ ${project.version} + + + nd4j-tests-cpu + + + nd4j-tests-cuda + +