Skip to content

Commit 1e01d4c

Browse files
committed
.github/workflows/ci-sage.yml: Update after Trac -> GitHub migration
1 parent 7685b15 commit 1e01d4c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci-sage.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
linux:
8686
# 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
8888
with:
8989
# Extra system packages to install. See available packages at
9090
# https://github.com/sagemath/sage/tree/develop/build/pkgs
@@ -96,10 +96,6 @@ jobs:
9696
sage_repo: sagemath/sage
9797
sage_ref: develop
9898
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
10399
# Docker targets (stages) to tag
104100
docker_targets: "with-targets"
105101
# We prefix the image name with the SPKG name ("pyscipopt-") to avoid the error

0 commit comments

Comments
 (0)