Skip to content

Commit dcd1d47

Browse files
Transurgeonclaude
andcommitted
Remove UNO installation from CI to fix Ubuntu stall
UNO solver was causing the Ubuntu CI job to hang for over an hour. Tests will be automatically skipped when UNO is not installed. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7300311 commit dcd1d47

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/test_nlp_solvers.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ jobs:
3737
- name: Install cyipopt via conda
3838
run: |
3939
conda install -y -c conda-forge cyipopt
40-
- name: Install uno via pip
41-
run: |
42-
pip install unopy
4340
- name: Install test dependencies
4441
run: |
4542
pip install -e .

0 commit comments

Comments
 (0)