Skip to content

Commit

Permalink
.github/workflows/ci-sage.yml: Build against sagemath/sage#37494
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Mar 6, 2024
1 parent 47e5de1 commit acbdf4b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci-sage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

linux:
# https://github.com/sagemath/sage/blob/develop/.github/workflows/docker.yml
uses: sagemath/sage/.github/workflows/docker.yml@develop
uses: mkoeppe/sage/.github/workflows/docker.yml@scip_9
with:
# Extra system packages to install. See available packages at
# https://github.com/sagemath/sage/tree/develop/build/pkgs
Expand All @@ -93,7 +93,7 @@ jobs:
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="soplex,scipoptsuite,pyscipopt" pyscipopt
# Standard setting: Test the current beta release of Sage:
sage_repo: sagemath/sage
sage_ref: develop
sage_ref: refs/pull/37494/head
upstream_artifact: upstream
# Docker targets (stages) to tag
docker_targets: "with-targets"
Expand All @@ -103,8 +103,7 @@ jobs:
needs: [dist]

macos:
# Use https://github.com/sagemath/sage/pull/37237
uses: mkoeppe/sage/.github/workflows/macos.yml@ci-macos-2024
uses: mkoeppe/sage/.github/workflows/macos.yml@scip_9
with:
# Extra system packages to install. See available packages at
# https://github.com/sagemath/sage/tree/develop/build/pkgs
Expand All @@ -113,6 +112,6 @@ jobs:
# Sage distribution packages to build
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="soplex,scipoptsuite,pyscipopt" pyscipopt
sage_repo: sagemath/sage
sage_ref: refs/pull/37237/head
sage_ref: refs/pull/37494/head
upstream_artifact: upstream
needs: [dist]

0 comments on commit acbdf4b

Please sign in to comment.