Skip to content

Commit

Permalink
Specified testflo version (mdolab#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
sseraj authored Apr 27, 2021
1 parent d1aea36 commit 27603e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/build_real.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ if [[ $IMAGE == "private" ]]; then
cp -r $HOME/SNOPT/* pyoptsparse/pySNOPT/source
fi
# install
pip install -e .[optview]
pip install -e .[optview,testing]
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def configuration(parent_package="", top_path=None):
"plotly",
"matplotlib",
],
"testing": ["testflo>=1.4.5"],
},
package_data={"pyoptsparse": ["postprocessing/assets/*"]},
platforms=["Linux"],
Expand Down

0 comments on commit 27603e9

Please sign in to comment.