Skip to content

Commit

Permalink
Merge branch 'main' into update-tacs-api
Browse files Browse the repository at this point in the history
  • Loading branch information
timryanb authored Oct 30, 2023
2 parents 5daea2c + 4e41f53 commit bdd7a10
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/unit_tests_and_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
echo "=============================================================";
source $CONDA/etc/profile.d/conda.sh;
echo $CONDA/bin >> $GITHUB_PATH;
conda create -n OpenMDAO python=3.8 numpy=1 scipy=1 -q -y;
conda create -n OpenMDAO -c conda-forge python=3.8 mamba=1.5.1 -q -y;
conda activate OpenMDAO;
pip install --upgrade pip
echo "=============================================================";
echo "Install PETSc";
echo "=============================================================";
conda install -c conda-forge mpi4py=3.1.4 petsc4py -q -y;
mamba install -c conda-forge mpi4py=3.1.4 petsc4py -q -y;
echo "=============================================================";
echo "Install OpenMDAO";
echo "=============================================================";
Expand All @@ -60,7 +60,6 @@ jobs:
echo "=============================================================";
echo "Install optional dependencies";
echo "=============================================================";
conda install -c conda-forge mamba -q -y;
mamba install -c "smdogroup/label/complex" -c smdogroup -c conda-forge tacs funtofem -q -y;
pip install openaerostruct;
echo "=============================================================";
Expand Down

0 comments on commit bdd7a10

Please sign in to comment.