Skip to content

Commit

Permalink
Merge pull request #15 from timryanb/move-ci-to-mamba
Browse files Browse the repository at this point in the history
Fixing conda CI issues
  • Loading branch information
gjkennedy authored Jun 2, 2023
2 parents 364bc71 + 41536ad commit 8e1ed3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ jobs:
# Set directory variables
export TMR_DIR=${GITHUB_WORKSPACE};
# Install conda libraries
# zlib 1.2.12 apparently breaks this install, so we pin an older version
conda install zlib=1.2.11;
conda install -c anaconda openmpi -q -y;
conda install gxx_linux-64=9.3.0 -q -y;
conda install -c anaconda openblas -q -y;
conda install -c conda-forge lapack -q -y;
conda install -c conda-forge metis -q -y;
conda install -c conda-forge mpi4py -q -y;
# Install packages via pip
pip install testflo;
Expand Down

0 comments on commit 8e1ed3e

Please sign in to comment.