Skip to content

Commit 33220f6

Browse files
committed
.github/workflows/ci-sage.yml: Add more system packages to -minimal configuration
1 parent 55d5159 commit 33220f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-sage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
linux:
8888
uses: passagemath/passagemath/.github/workflows/docker.yml@main
8989
with:
90-
extra_sage_packages: gdbm git libxml2
90+
extra_sage_packages: gdbm git libxml2 gfortran cmake python3 openblas zlib readline sqlite libpng bzip2 liblzma libffi openssl
9191
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="macaulay2" macaulay2
9292
# Standard setting: Test the current HEAD of passagemath:
9393
sage_repo: passagemath/passagemath
@@ -101,7 +101,7 @@ jobs:
101101
macos:
102102
uses: passagemath/passagemath/.github/workflows/macos.yml@main
103103
with:
104-
extra_sage_packages: gdbm git libxml2
104+
extra_sage_packages: gdbm git libxml2 gfortran cmake python3 openblas zlib readline sqlite libpng bzip2 liblzma libffi openssl
105105
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="macaulay2" macaulay2
106106
# Standard setting: Test the current HEAD of passagemath:
107107
sage_repo: passagemath/passagemath

0 commit comments

Comments
 (0)