Skip to content

Commit e591de4

Browse files
authored
bzip2 is needed on Ubuntu
1 parent 63083b3 commit e591de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119

120120
env:
121121
# Ubuntu packages to install so that the project's "setup.py sdist" can succeed
122-
DIST_PREREQ: libpari-dev pari-doc
122+
DIST_PREREQ: libpari-dev pari-doc libbz2-dev bzip2
123123
# Name of this project in the Sage distribution
124124
SPKG: cypari
125125
# Remove all downstream patches

0 commit comments

Comments
 (0)