Merge pull request #1977 from openmc-dev/fixing_python_install_in_docker_image

removed dev install -e for regular install
This commit is contained in:
Paul Romano 2022-02-24 15:20:20 -06:00 committed by GitHub
commit fcd5492832
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