Skip to content

Commit feac200

Browse files
committed
CI: Use sage develop branch
1 parent 2564ce8 commit feac200

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/sage.yml

Lines changed: 3 additions & 4 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: >-
@@ -142,9 +141,9 @@ jobs:
142141
sage_ref: develop
143142
upstream_artifact: upstream
144143
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
146145
# (this is a no-op after that ticket is merged)
147-
sage_trac_ticket: 34081
146+
# sage_trac_ticket: 34081
148147
# Docker targets (stages) to tag
149148
docker_targets: "with-targets"
150149
# We prefix the image name with the SPKG name ("meson-python-") to avoid the error

0 commit comments

Comments
 (0)