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 7144ca6 commit 7913c73Copy full SHA for 7913c73
.github/workflows/ci-sage.yml
@@ -87,6 +87,7 @@ jobs:
87
linux:
88
uses: passagemath/passagemath/.github/workflows/docker.yml@main
89
with:
90
+ extra_sage_packages: gdbm git libxml2
91
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="macaulay2" macaulay2
92
# Standard setting: Test the current HEAD of passagemath:
93
sage_repo: passagemath/passagemath
@@ -100,6 +101,7 @@ jobs:
100
101
macos:
102
uses: passagemath/passagemath/.github/workflows/macos.yml@main
103
104
105
106
107
0 commit comments