Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub actions from main repo #72

Merged
merged 16 commits into from
Aug 5, 2021
Prev Previous commit
Next Next commit
Build testflo verbose before OM
kejacobson committed Aug 5, 2021
commit 7344ed4f60bc08c61a01fc92c34d0e69a747ce0f
11 changes: 1 addition & 10 deletions .github/workflows/unit_tests_and_docs.yml
Original file line number Diff line number Diff line change
@@ -47,22 +47,13 @@ jobs:
conda install -c anaconda mpi4py -q -y;
conda install -c conda-forge petsc=3.12 petsc4py -q -y;
echo "=============================================================";
echo "Install pyoptsparse";
echo "=============================================================";
git clone -q https://github.com/OpenMDAO/build_pyoptsparse;
cd build_pyoptsparse;
chmod 755 ./build_pyoptsparse.sh;
./build_pyoptsparse.sh -b "v2.1.5";
cd ..;
export LD_LIBRARY_PATH=$HOME/ipopt/lib;
echo "=============================================================";
echo "Install OpenMDAO";
echo "=============================================================";
cd ..;
pip install -v testflo;
git clone -q https://github.com/OpenMDAO/OpenMDAO;
cd OpenMDAO;
pip install .[all];
pip install -v testflo;
cd ../mphys;
pip install -e .
echo "=============================================================";