summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMatthias Koeppe <mkoeppe@math.ucdavis.edu>2022-02-04 11:43:02 -0800
committerMatthias Koeppe <mkoeppe@math.ucdavis.edu>2022-02-04 11:43:02 -0800
commita53b404fce7f50874ff8cb7c40d2f2e744d125fb (patch)
treeed8110f776825ee8822c9d3ddfe0b7eb8c254383 /.github/workflows
parentf1732ac6fe80f0e29c4e15be9433c0d93478e9e5 (diff)
downloadpython-setuptools-git-a53b404fce7f50874ff8cb7c40d2f2e744d125fb.tar.gz
.github/workflows/ci-sage.yml: Use https://trac.sagemath.org/ticket/33288 for CI fixes
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci-sage.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/ci-sage.yml b/.github/workflows/ci-sage.yml
index 892d13df..ef1e95fc 100644
--- a/.github/workflows/ci-sage.yml
+++ b/.github/workflows/ci-sage.yml
@@ -56,10 +56,11 @@ env:
# Standard setting: Test the current beta release of Sage:
SAGE_REPO: sagemath/sage
SAGE_REF: develop
- # Temporarily test with the branch from sage ticket
- # (this is a no-op after that ticket is merged)
- #SAGE_TRAC_GIT: https://github.com/sagemath/sagetrac-mirror.git
- #SAGE_TICKET: 32579
+ # Test with the branch from https://trac.sagemath.org/ticket/33288
+ # This may provide hotfixes for the CI that have not been merged into
+ # the sage develop branch yet.
+ SAGE_TRAC_GIT: https://github.com/sagemath/sagetrac-mirror.git
+ SAGE_TICKET: 33288
REMOVE_PATCHES: "*"
jobs: