Skip to content

Commit 588112a

Browse files
mkoeppednicolodi
authored andcommitted
CI: use sage develop branch
The meson build infrastructure has been merged in Sage 9.8.beta4. The develop branch, which updates on every beta release, can thus be now used for running the meson-python tests.
1 parent 2564ce8 commit 588112a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/sage.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ jobs:
125125

126126
test:
127127
# https://github.com/sagemath/sage/blob/develop/.github/workflows/docker.yml
128-
# Use branch u/mkoeppe/numpy_1_23_x__scipy_1_9_x for a fix for uppercase github repo names (FFY00)
129-
uses: sagemath/sagetrac-mirror/.github/workflows/docker.yml@u/mkoeppe/numpy_1_23_x__scipy_1_9_x
128+
uses: sagemath/sagetrac-mirror/.github/workflows/docker.yml@develop
130129
with:
131130
tox_system_factors: ${{ needs.build.outputs.systems }}
132131
tox_packages_factors: >-
@@ -137,18 +136,11 @@ jobs:
137136
extra_sage_packages: "liblzma bzip2 libffi python3 ninja_build"
138137
# Sage distribution packages to build
139138
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="meson_python" python_build meson_python
140-
# Standard setting: Test the current beta release of Sage:
141139
sage_repo: sagemath/sage
142140
sage_ref: develop
143141
upstream_artifact: upstream
144142
sage_trac_git: https://github.com/sagemath/sagetrac-mirror.git
145-
# Temporarily test on the branch from sage ticket https://trac.sagemath.org/ticket/34081 (scipy 1.9.x)
146-
# (this is a no-op after that ticket is merged)
147-
sage_trac_ticket: 34081
148-
# Docker targets (stages) to tag
149143
docker_targets: "with-targets"
150-
# We prefix the image name with the SPKG name ("meson-python-") to avoid the error
151-
# 'Package "sage-docker-..." is already associated with another repository.'
152144
docker_push_repository: ghcr.io/${{ github.repository }}/meson-python-
153145
needs: [build]
154146

0 commit comments

Comments
 (0)