mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Install Python package in editable mode once again
This commit is contained in:
parent
d75b715026
commit
54cd34f33e
1 changed files with 2 additions and 2 deletions
|
|
@ -23,5 +23,5 @@ fi
|
|||
# Build and install OpenMC executable
|
||||
python tools/ci/travis-install.py
|
||||
|
||||
# Install Python API
|
||||
pip install .[test]
|
||||
# Install Python API in editable mode
|
||||
pip install -e .[test]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue