Skip to content

Commit a4a9d1c

Browse files
committed
.github/workflows/ci-sage.yml: Use reusable workflow from https://trac.sagemath.org/ticket/33288
1 parent f60bb5a commit a4a9d1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-sage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ jobs:
7777

7878
linux:
7979
# https://github.com/sagemath/sage/blob/develop/.github/workflows/docker.yml
80-
uses: sagemath/sage/.github/workflows/docker.yml@develop
80+
# Use branch of ticket https://trac.sagemath.org/ticket/33288
81+
uses: sagemath/sagetrac-mirror/.github/workflows/docker.yml@u/mkoeppe/setuptools_ci_target
8182
with:
8283
# Sage distribution packages to build
8384
targets: setuptools pyzmq

0 commit comments

Comments
 (0)