Skip to content

Commit 9105ecb

Browse files
committed
ci: disable Windows render leg until Uno 2.7.4 reaches CRAN
Ch14 DNLP solves fail on the current CRAN Uno Windows binary (2.7.3-1), which omits the MUMPS linear solver, so the interior-point path errors with 'The linear solver MUMPS is unknown'. Fixed in Uno 2.7.4 (bnaras/Uno#3, merged). Restore the windows-latest matrix leg once Uno 2.7.4 is on CRAN.
1 parent f44fe1e commit 9105ecb

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,16 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
os: [ubuntu-latest, macos-latest, windows-latest]
37+
os:
38+
- ubuntu-latest
39+
- macos-latest
40+
# - windows-latest
41+
# TEMPORARILY DISABLED. Ch14's DNLP solves fail on the current CRAN
42+
# Uno Windows binary (2.7.3-1), whose build omits the MUMPS linear
43+
# solver, so the interior-point path errors with "The linear solver
44+
# MUMPS is unknown". Fixed in Uno 2.7.4 (resolve dmumps_c via
45+
# R_GetCCallable; bnaras/Uno#3, merged). RESTORE this leg once Uno
46+
# 2.7.4 is on CRAN.
3847

3948
steps:
4049
- name: Check out repository

0 commit comments

Comments
 (0)