Skip to content

Commit 8854f6b

Browse files
committed
.github/workflows/ci-sage.yml: TMP: Build against passagemath/passagemath#815
1 parent 28a3d33 commit 8854f6b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci-sage.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ jobs:
9292
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="macaulay2" macaulay2
9393
# Standard setting: Test the current HEAD of passagemath:
9494
sage_repo: passagemath/passagemath
95-
sage_ref: main
95+
#sage_ref: main
96+
sage_ref: refs/pull/815/merge
9697
upstream_artifact: upstream
9798
# We prefix the image name with the SPKG name ("macaulay2-") to avoid the error
9899
# 'Package "sage-docker-..." is already associated with another repository.'
@@ -106,7 +107,8 @@ jobs:
106107
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="macaulay2" macaulay2
107108
# Standard setting: Test the current HEAD of passagemath:
108109
sage_repo: passagemath/passagemath
109-
sage_ref: main
110+
#sage_ref: main
111+
sage_ref: refs/pull/815/merge
110112
upstream_artifact: upstream
111113
needs: [dist]
112114

@@ -116,7 +118,8 @@ jobs:
116118
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="sagemath_macaulay2" sagemath_macaulay2
117119
# Standard setting: Test the current HEAD of passagemath:
118120
sage_repo: passagemath/passagemath
119-
sage_ref: main
121+
#sage_ref: main
122+
sage_ref: refs/pull/815/merge
120123
upstream_artifact: upstream
121124
# Build incrementally from published Docker image
122125
incremental: true

0 commit comments

Comments
 (0)