Skip to content

Commit f72fc9f

Browse files
committed
adding in cvxpy to hiopbbpy CI to get tests to pass
1 parent 56dc823 commit f72fc9f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/test_hiopbbpy.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,17 @@ jobs:
4646
source ~/.bashrc
4747
conda activate base
4848
python -c "import mpi4py; print('mpi4py install OK')"
49+
50+
- name: Install cvxpy via conda
51+
run: |
52+
conda init bash
53+
conda install -c conda-forge cvxpy
54+
55+
- name: Verify cvxpy installation
56+
run: |
57+
source ~/.bashrc
58+
conda activate base
59+
python -c "import cvxpy; print('cvxpy install OK')"
4960
5061
- name: Install HiOpBBPy
5162
run: |

0 commit comments

Comments
 (0)