Skip to content

Commit e36fa0e

Browse files
committed
ci: restore windows-latest leg (Uno 2.7.4 with MUMPS fix now on CRAN)
The leg was disabled because the CRAN Uno Windows binary (2.7.3-1) was built without the MUMPS linear solver, so Ch14's interior-point DNLP solves errored with "The linear solver MUMPS is unknown". Uno 2.7.4 (resolve dmumps_c via R_GetCCallable; bnaras/Uno#3) is now on CRAN and its r-release (R 4.6) Windows binary includes MUMPS, so the cross- platform render check is restored.
1 parent 7131a31 commit e36fa0e

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,7 @@ jobs:
3737
os:
3838
- ubuntu-latest
3939
- 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.
40+
- windows-latest
4741

4842
steps:
4943
- name: Check out repository

0 commit comments

Comments
 (0)