Skip to content

Commit 43ada70

Browse files
committed
fix CI2
1 parent e608596 commit 43ada70

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test_hiopbbpy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ jobs:
2525
run: |
2626
conda install -c conda-forge cyipopt pkg-config
2727
export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
28-
28+
29+
- name: Verify cyipopt installation
30+
run: |
31+
python -c "import cyipopt; print('cyipopt OK')"
32+
2933
- name: Install HiOpBBPy
3034
run: |
3135
export SKIP_CYIPOPT=1

0 commit comments

Comments
 (0)