Skip to content

Commit dfe9a4f

Browse files
committed
fix CI
1 parent b09d5b1 commit dfe9a4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test_hiopbbpy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@ jobs:
2121
auto-activate-base: true
2222
channels: conda-forge
2323

24-
- name: Install IPOPT and HiOpBBPy
24+
- name: Install IPOPT via conda
2525
run: |
2626
conda install -c conda-forge cyipopt
2727
export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
28+
29+
- name: Install HiOpBBPy
30+
run: |
2831
python -m pip install --upgrade pip
2932
pip install .
3033

0 commit comments

Comments
 (0)