83
83
84
84
linux :
85
85
# https://github.com/sagemath/sage/blob/develop/.github/workflows/docker.yml
86
- uses : sagemath /sage/.github/workflows/docker.yml@develop
86
+ uses : mkoeppe /sage/.github/workflows/docker.yml@scip_9
87
87
with :
88
88
# Extra system packages to install. See available packages at
89
89
# https://github.com/sagemath/sage/tree/develop/build/pkgs
93
93
targets : SAGE_CHECK=no SAGE_CHECK_PACKAGES="soplex,scipoptsuite,pyscipopt" pyscipopt
94
94
# Standard setting: Test the current beta release of Sage:
95
95
sage_repo : sagemath/sage
96
- sage_ref : develop
96
+ sage_ref : refs/pull/37494/head
97
97
upstream_artifact : upstream
98
98
# Docker targets (stages) to tag
99
99
docker_targets : " with-targets"
@@ -103,8 +103,7 @@ jobs:
103
103
needs : [dist]
104
104
105
105
macos :
106
- # Use https://github.com/sagemath/sage/pull/37237
107
- uses : mkoeppe/sage/.github/workflows/macos.yml@ci-macos-2024
106
+ uses : mkoeppe/sage/.github/workflows/macos.yml@scip_9
108
107
with :
109
108
# Extra system packages to install. See available packages at
110
109
# https://github.com/sagemath/sage/tree/develop/build/pkgs
@@ -113,6 +112,6 @@ jobs:
113
112
# Sage distribution packages to build
114
113
targets : SAGE_CHECK=no SAGE_CHECK_PACKAGES="soplex,scipoptsuite,pyscipopt" pyscipopt
115
114
sage_repo : sagemath/sage
116
- sage_ref : refs/pull/37237 /head
115
+ sage_ref : refs/pull/37494 /head
117
116
upstream_artifact : upstream
118
117
needs : [dist]
0 commit comments