removed dev install -e for regular install

This commit is contained in:
Jonathan Shimwell 2022-02-18 15:21:14 +00:00 committed by GitHub
parent c9bbcda347
commit 9aff0b4b9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -201,7 +201,7 @@ RUN mkdir -p ${HOME}/OpenMC && cd ${HOME}/OpenMC \
-DHDF5_PREFER_PARALLEL=on ; \
fi ; \
make 2>/dev/null -j${compile_cores} install \
&& cd ../openmc && pip install -e .[test,depletion-mpi]
&& cd ../openmc && pip install .[test,depletion-mpi]
# Download cross sections (NNDC and WMP) and ENDF data needed by test suite
RUN ${HOME}/OpenMC/openmc/tools/ci/download-xs.sh