File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
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 : >-
@@ -142,9 +141,9 @@ jobs:
142
141
sage_ref : develop
143
142
upstream_artifact : upstream
144
143
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)
144
+ # Temporarily test on the branch from a sage ticket
146
145
# (this is a no-op after that ticket is merged)
147
- sage_trac_ticket : 34081
146
+ # sage_trac_ticket: 34081
148
147
# Docker targets (stages) to tag
149
148
docker_targets : " with-targets"
150
149
# We prefix the image name with the SPKG name ("meson-python-") to avoid the error
You can’t perform that action at this time.
0 commit comments