Skip to content

Commit e59789c

Browse files
committed
.github/workflows/ci-sage.yml: Test with Singular/FLINT upgrade at sagemath/sage#37203
1 parent 4cd5d30 commit e59789c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci-sage.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686
# Sage distribution packages to build
8787
targets: SAGE_CHECK=no SAGE_CHECK_flint=yes flint
8888
# Standard setting: Test the current beta release of Sage:
89-
sage_repo: sagemath/sage
90-
sage_ref: develop
89+
sage_repo: mkoeppe/sage
90+
sage_ref: gmp_require_6_2_1
9191
upstream_artifact: upstream
9292
# Docker targets (stages) to tag
9393
docker_targets: "with-targets"
@@ -104,17 +104,17 @@ jobs:
104104
["latest", "", "homebrew-macos-usrlocal-standard"]]
105105
targets: SAGE_CHECK=no SAGE_CHECK_flint=yes flint
106106
# Standard setting: Test the current beta release of Sage:
107-
sage_repo: sagemath/sage
108-
sage_ref: develop
107+
sage_repo: mkoeppe/sage
108+
sage_ref: gmp_require_6_2_1
109109
upstream_artifact: upstream
110110
needs: [dist]
111111

112112
sage:
113113
uses: sagemath/sage/.github/workflows/docker.yml@develop
114114
with:
115115
# Standard setting: Test the current beta release of Sage:
116-
sage_repo: sagemath/sage
117-
sage_ref: develop
116+
sage_repo: mkoeppe/sage
117+
sage_ref: gmp_require_6_2_1
118118
upstream_artifact: upstream
119119
# Build incrementally from published Docker image
120120
incremental: true

0 commit comments

Comments
 (0)