We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54eb1d commit b5e4cceCopy full SHA for b5e4cce
.github/workflows/ci-sage.yml
@@ -86,6 +86,10 @@ jobs:
86
# https://github.com/sagemath/sage/blob/develop/.github/workflows/docker.yml
87
uses: sagemath/sagetrac-mirror/.github/workflows/docker.yml@develop
88
with:
89
+ # Extra system packages to install. See available packages at
90
+ # https://github.com/sagemath/sage/tree/develop/build/pkgs
91
+ # liblzma, bzip2, and libffi are python3 dependencies.
92
+ extra_sage_packages: "patch cmake liblzma bzip2 libffi python3 onetbb"
93
# Sage distribution packages to build
94
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="soplex,scipoptsuite,pyscipopt" pyscipopt
95
# Standard setting: Test the current beta release of Sage:
0 commit comments