File tree 1 file changed +1
-5
lines changed 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 84
84
85
85
linux :
86
86
# https://github.com/sagemath/sage/blob/develop/.github/workflows/docker.yml
87
- uses : sagemath/sagetrac-mirror /.github/workflows/docker.yml@develop
87
+ uses : sagemath/sage /.github/workflows/docker.yml@develop
88
88
with :
89
89
# Extra system packages to install. See available packages at
90
90
# https://github.com/sagemath/sage/tree/develop/build/pkgs
96
96
sage_repo : sagemath/sage
97
97
sage_ref : develop
98
98
upstream_artifact : upstream
99
- sage_trac_git : https://github.com/sagemath/sagetrac-mirror.git
100
- # Temporarily test on the branch from sage ticket https://trac.sagemath.org/ticket/21003 (pyscipopt)
101
- # (this is a no-op after that ticket is merged)
102
- sage_trac_ticket : 21003
103
99
# Docker targets (stages) to tag
104
100
docker_targets : " with-targets"
105
101
# We prefix the image name with the SPKG name ("pyscipopt-") to avoid the error
You can’t perform that action at this time.
0 commit comments