File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,7 @@ jobs:
125
125
126
126
test :
127
127
# 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
130
129
with :
131
130
tox_system_factors : ${{ needs.build.outputs.systems }}
132
131
tox_packages_factors : >-
@@ -137,18 +136,11 @@ jobs:
137
136
extra_sage_packages : " liblzma bzip2 libffi python3 ninja_build"
138
137
# Sage distribution packages to build
139
138
targets : SAGE_CHECK=no SAGE_CHECK_PACKAGES="meson_python" python_build meson_python
140
- # Standard setting: Test the current beta release of Sage:
141
139
sage_repo : sagemath/sage
142
140
sage_ref : develop
143
141
upstream_artifact : upstream
144
142
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
149
143
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.'
152
144
docker_push_repository : ghcr.io/${{ github.repository }}/meson-python-
153
145
needs : [build]
154
146
You can’t perform that action at this time.
0 commit comments