mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Fix for latest pip.
This commit is contained in:
parent
7b6ec80acf
commit
7d7d9b9f0d
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ fi
|
|||
python tools/ci/travis-install.py
|
||||
|
||||
# Install Python API in editable mode
|
||||
pip install -e .[test,vtk]
|
||||
pip install --no-use-pep517 -e .[test,vtk]
|
||||
|
||||
# For uploading to coveralls
|
||||
pip install coveralls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue