Skip to content

Commit

Permalink
pin tacs to >= 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timryanb committed Jan 18, 2024
1 parent cc1436f commit 4a262cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests_and_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "=============================================================";
echo "Install optional dependencies";
echo "=============================================================";
mamba install -c "smdogroup/label/complex" -c smdogroup -c conda-forge tacs funtofem -q -y;
mamba install -c "smdogroup/label/complex" -c smdogroup -c conda-forge tacs>=3.6.0 funtofem -q -y;
pip install openaerostruct;
echo "=============================================================";
echo "List installed packages/versions";
Expand Down

0 comments on commit 4a262cd

Please sign in to comment.