diff options
| author | Matthias Koeppe <mkoeppe@math.ucdavis.edu> | 2022-09-27 18:46:46 -0700 |
|---|---|---|
| committer | Matthias Koeppe <mkoeppe@math.ucdavis.edu> | 2022-09-27 18:46:46 -0700 |
| commit | a4a9d1c847b93170cfe7f7f6d72645f6b0c71ad0 (patch) | |
| tree | 17d43b401aa5283cf88096d5dc63f3fe5c0e2118 /.github | |
| parent | f60bb5af757e42401fc3b85422f2f49e8b3dd443 (diff) | |
| download | python-setuptools-git-a4a9d1c847b93170cfe7f7f6d72645f6b0c71ad0.tar.gz | |
.github/workflows/ci-sage.yml: Use reusable workflow from https://trac.sagemath.org/ticket/33288
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci-sage.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci-sage.yml b/.github/workflows/ci-sage.yml index 072d89d7..f3fe8513 100644 --- a/.github/workflows/ci-sage.yml +++ b/.github/workflows/ci-sage.yml @@ -77,7 +77,8 @@ jobs: linux: # https://github.com/sagemath/sage/blob/develop/.github/workflows/docker.yml - uses: sagemath/sage/.github/workflows/docker.yml@develop + # Use branch of ticket https://trac.sagemath.org/ticket/33288 + uses: sagemath/sagetrac-mirror/.github/workflows/docker.yml@u/mkoeppe/setuptools_ci_target with: # Sage distribution packages to build targets: setuptools pyzmq |
