Skip to content

Commit 7913c73

Browse files
committed
.github/workflows/ci-sage.yml: Install some packages as system packages
1 parent 7144ca6 commit 7913c73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-sage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
linux:
8888
uses: passagemath/passagemath/.github/workflows/docker.yml@main
8989
with:
90+
extra_sage_packages: gdbm git libxml2
9091
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="macaulay2" macaulay2
9192
# Standard setting: Test the current HEAD of passagemath:
9293
sage_repo: passagemath/passagemath
@@ -100,6 +101,7 @@ jobs:
100101
macos:
101102
uses: passagemath/passagemath/.github/workflows/macos.yml@main
102103
with:
104+
extra_sage_packages: gdbm git libxml2
103105
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="macaulay2" macaulay2
104106
# Standard setting: Test the current HEAD of passagemath:
105107
sage_repo: passagemath/passagemath

0 commit comments

Comments
 (0)