File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ ONBUILD RUN cd dolfinx && \
92
92
cd ../python && \
93
93
PETSC_ARCH=linux-gnu-real64-32 pip -v install \
94
94
--config-settings=cmake.build-type="${DOLFINX_CMAKE_BUILD_TYPE}" --config-settings=install.strip=false --no-build-isolation --check-build-dependencies \
95
- --target /usr/local/dolfinx-real/lib/python${PYTHON_VERSION}/dist-packages --no-dependencies --no-cache-dir . && \
95
+ --target /usr/local/dolfinx-real/lib/python${PYTHON_VERSION}/dist-packages --no-dependencies --no-cache-dir '.[test]' && \
96
96
git clean -fdx && \
97
97
cd ../ && \
98
98
mkdir -p build-complex && \
@@ -103,7 +103,7 @@ ONBUILD RUN cd dolfinx && \
103
103
cd ../python && \
104
104
PETSC_ARCH=linux-gnu-complex128-32 pip -v install \
105
105
--config-settings=cmake.build-type="${DOLFINX_CMAKE_BUILD_TYPE}" --config-settings=install.strip=false --no-build-isolation --check-build-dependencies \
106
- --target /usr/local/dolfinx-complex/lib/python${PYTHON_VERSION}/dist-packages --no-dependencies --no-cache-dir .
106
+ --target /usr/local/dolfinx-complex/lib/python${PYTHON_VERSION}/dist-packages --no-dependencies --no-cache-dir '.[test]'
107
107
108
108
# Real by default.
109
109
ONBUILD ENV PKG_CONFIG_PATH=/usr/local/dolfinx-real/lib/pkgconfig:$PKG_CONFIG_PATH \
You can’t perform that action at this time.
0 commit comments