diff options
| author | Matthias Koeppe <mkoeppe@math.ucdavis.edu> | 2022-02-04 11:43:02 -0800 |
|---|---|---|
| committer | Matthias Koeppe <mkoeppe@math.ucdavis.edu> | 2022-02-04 11:43:02 -0800 |
| commit | a53b404fce7f50874ff8cb7c40d2f2e744d125fb (patch) | |
| tree | ed8110f776825ee8822c9d3ddfe0b7eb8c254383 /.github/workflows | |
| parent | f1732ac6fe80f0e29c4e15be9433c0d93478e9e5 (diff) | |
| download | python-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.yml | 9 |
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: |
