Skip to content

Commit 58de35c

Browse files
committed
.github/workflows/ci-sage.yml: Build against sagemath/sage#37494
1 parent 43d7908 commit 58de35c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci-sage.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
linux:
8585
# 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
8787
with:
8888
# Extra system packages to install. See available packages at
8989
# https://github.com/sagemath/sage/tree/develop/build/pkgs
@@ -93,7 +93,7 @@ jobs:
9393
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="soplex,scipoptsuite,pyscipopt" pyscipopt
9494
# Standard setting: Test the current beta release of Sage:
9595
sage_repo: sagemath/sage
96-
sage_ref: develop
96+
sage_ref: refs/pull/37494/head
9797
upstream_artifact: upstream
9898
# Docker targets (stages) to tag
9999
docker_targets: "with-targets"
@@ -103,8 +103,7 @@ jobs:
103103
needs: [dist]
104104

105105
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
108107
with:
109108
# Extra system packages to install. See available packages at
110109
# https://github.com/sagemath/sage/tree/develop/build/pkgs
@@ -113,6 +112,6 @@ jobs:
113112
# Sage distribution packages to build
114113
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="soplex,scipoptsuite,pyscipopt" pyscipopt
115114
sage_repo: sagemath/sage
116-
sage_ref: refs/pull/37237/head
115+
sage_ref: refs/pull/37494/head
117116
upstream_artifact: upstream
118117
needs: [dist]

0 commit comments

Comments
 (0)