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
verbose install of testflo to see why it wasn't found
kejacobson committed Aug 5, 2021
commit e1fdae997cd2b0c1b1b4324b16834b002333e684
6 changes: 5 additions & 1 deletion .github/workflows/unit_tests_and_docs.yml
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ jobs:
git clone -q https://github.com/OpenMDAO/OpenMDAO;
cd OpenMDAO;
pip install .[all];
pip install testflo;
pip install -v testflo;
cd ../mphys;
pip install -e .
echo "=============================================================";
@@ -71,10 +71,14 @@ jobs:
conda list;
- name: 'Run unit tests'
run: |
source $CONDA/etc/profile.d/conda.sh;
echo $CONDA/bin >> $GITHUB_PATH;
cd tests/unit_tests
testflo
- name: 'Build docs'
run: |
source $CONDA/etc/profile.d/conda.sh;
echo $CONDA/bin >> $GITHUB_PATH;
cd docs
make html
cd _build/html