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 e24e0c2 commit 0cb6cabCopy full SHA for 0cb6cab
.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