From b54eb1db4b8d971888bf3c97b4929b8189cfa29a Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Wed, 23 Nov 2022 12:31:30 -0800 Subject: [PATCH] .github/workflows/ci-sage.yml: Use Sage CI from develop branch --- .github/workflows/ci-sage.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-sage.yml b/.github/workflows/ci-sage.yml index 2bad08691..e87b767f6 100644 --- a/.github/workflows/ci-sage.yml +++ b/.github/workflows/ci-sage.yml @@ -84,8 +84,7 @@ jobs: linux: # https://github.com/sagemath/sage/blob/develop/.github/workflows/docker.yml - # Use branch u/mkoeppe/numpy_1_23_x__scipy_1_9_x for a fix for uppercase github repo names (FFY00) - uses: sagemath/sagetrac-mirror/.github/workflows/docker.yml@u/mkoeppe/numpy_1_23_x__scipy_1_9_x + uses: sagemath/sagetrac-mirror/.github/workflows/docker.yml@develop with: # Sage distribution packages to build targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="soplex,scipoptsuite,pyscipopt" pyscipopt