mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
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:
commit
fcd5492832
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue