Skip to content

Commit baf03ef

Browse files
committed
fix CI
1 parent 4b2214a commit baf03ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/test_hiopbbpy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323

2424
- name: Install IPOPT and HiOpBBPy
2525
run: |
26-
conda install -c conda-forge ipopt cyipopt pkg-config
26+
conda activate test
27+
conda install -c conda-forge cyipopt
2728
export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
2829
python -m pip install --upgrade pip
2930
pip install .

0 commit comments

Comments
 (0)